shorturl.asp no302 redirect pagina layout iets beter leesbaar (ook al is hij maar heel kort in beeld)
svn path=/Website/trunk/; revision=45042
This commit is contained in:
@@ -233,10 +233,15 @@ __Log("== Entering shorturl.asp ==");
|
||||
// Dan wil je ook een gewone redirect (Melding 56152)
|
||||
if (no302 || locked_bdradr_key > 0)
|
||||
{
|
||||
%> <html>
|
||||
%> <!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Facilitor</title>
|
||||
<META http-equiv="refresh" content="0;URL=<%=safe.htmlattr(theURL)%>">
|
||||
<meta http-equiv="refresh" content="0;url=<%=safe.htmlattr(theURL)%>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<style>
|
||||
body { font-family:Arial,Helvetica; }
|
||||
</style>
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<a href="<%=safe.htmlattr(theURL)%>">Auto redirect</a>
|
||||
|
||||
Reference in New Issue
Block a user