Files
legacy_rock/chat/go.php

14 lines
310 B
PHP

<html>
<head>
<?php
require_once("inc_common.php");
set_variable("url");
//$url = htmlspecialchars($url);
$url = str_replace("\"", "", $url);
//5 seconds to avoid an infinite loop
echo "<meta http-equiv=\"refresh\" content=\"5;URL=".$url."\">";
?>
<body>
<a href="<?php echo $url; ?>">click</a>
</body></html>