관리자 따옴표 수정

This commit is contained in:
chicpro
2012-11-05 11:55:58 +09:00
parent 41b1e2d8db
commit 1e974943c9
16 changed files with 480 additions and 480 deletions

View File

@ -1,10 +1,10 @@
<?
$sub_menu = "100500";
include_once("./_common.php");
include_once('./_common.php');
check_demo();
auth_check($auth[$sub_menu], "r");
auth_check($auth[$sub_menu], 'r');
phpinfo();
?>