새 세부 서버 인스톨러 준비
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
include "lib.php";
|
||||
include "func.php";
|
||||
|
||||
if(getUserGrade(true) < 5){
|
||||
die('관리자 아님');
|
||||
}
|
||||
|
||||
$connect=dbConn();
|
||||
|
||||
LogHistory(1);
|
||||
|
||||
//echo "<script>location.replace('index.php');</script>";
|
||||
echo 'index.php'; //TODO:debug all and replace
|
||||
Reference in New Issue
Block a user