겸손한 javascript 로 수정중

This commit is contained in:
gnuboard
2013-01-14 17:25:50 +09:00
parent 49036302da
commit 39cafe9ffc
19 changed files with 649 additions and 772 deletions

View File

@ -68,7 +68,8 @@ function print_r2($var)
function goto_url($url)
{
$url = str_replace("&", "&", $url);
echo "<script> location.replace('$url'); </script>";
//echo "<script> location.replace('$url'); </script>";
header("Location:$url");
exit;
}