main.php -> index.php

This commit is contained in:
2018-02-03 05:30:12 +09:00
parent 02dce232fd
commit 7336847d04
10 changed files with 293 additions and 306 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ function CheckLogin($type=0) {
header('Location: ../');
}
else {
header('Location: main.php');
header('Location: index.php');
}
exit();
}