notice 오류 해결중

This commit is contained in:
gnuboard
2013-01-15 11:23:00 +09:00
parent 7640277266
commit 0091213fc4
4 changed files with 10 additions and 12 deletions

View File

@ -120,7 +120,7 @@ function alert($msg='', $url='')
if (!$msg) $msg = '올바른 방법으로 이용해 주십시오.';
$msg = str_replace("\\n", "<br>", $msg);
if (!$url) $url = "javascript:history.go(-1);";
if (!$url) $url = $_SERVER['HTTP_REFERER'];
/*
//header("Content-Type: text/html; charset=$g4['charset']");