$index 변수를 상수로 변경

This commit is contained in:
whitedot
2012-12-26 15:21:35 +09:00
parent b96dd3b27f
commit a9423930ff
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
include_once('./_common.php');
$g4['title'] = '관리자메인';
$index = 1;
define('_ADMIN_INDEX_', true);
include_once ('./admin.head.php');
$new_member_rows = 5;