We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae75e6 commit b8388bcCopy full SHA for b8388bc
3 files changed
admin/_check.php
@@ -16,6 +16,7 @@
16
if(!$U->isAdmin()){
17
header("Location:../user/index.php");
18
}
19
+ exit();
20
}else{
21
header("Location:login.php");
22
exit();
lib/do.php
@@ -8,7 +8,7 @@
8
$db_table['user'] = "user";
9
10
//Version
11
-$version ="2.4.7";
+$version ="2.4.9";
12
13
//set timezone
14
date_default_timezone_set('PRC');
user/_check.php
@@ -13,6 +13,7 @@
if($pw != $user_pwd || $pw == null || $user_pwd == null ){
15
0 commit comments