Change icon by SELECT

This commit is contained in:
sparkyx 2008-01-17 17:28:09 +00:00
parent 69a281623d
commit 773a6de04e
3 changed files with 122 additions and 6 deletions

View file

@ -1187,4 +1187,7 @@ function CleanUrl()
}// if
return $url;
}
function get_redirect($p_string) {
echo '<HTML><head><META HTTP-EQUIV="REFRESH" content="0;url='.$p_string.'"></head><body> Connecting... </body></html>';
}
?>