Files
Hide_D fa1f5a8aa3 리셋 과정에서 install3_ok.php 에서 requireUserLevel()이 필요없는 것 수정
requireUserLevel()에서 $reqLevel 반영이 되다 만 것 수정
2018-03-13 09:42:44 +09:00

11 lines
148 B
PHP

<?
include "lib.php";
include "func.php";
$connect=dbConn();
LogHistory($connect, 1);
echo "<script>location.replace('index.php');</script>";
?>