새 세부 서버 인스톨러 준비

This commit is contained in:
2018-03-24 16:54:51 +09:00
parent 6f186125e3
commit 6068e1d618
12 changed files with 283 additions and 196 deletions
+14
View File
@@ -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