Skip to content

Commit b8388bc

Browse files
committed
fix #293
1 parent 3ae75e6 commit b8388bc

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

admin/_check.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
if(!$U->isAdmin()){
1717
header("Location:../user/index.php");
1818
}
19+
exit();
1920
}else{
2021
header("Location:login.php");
2122
exit();

lib/do.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$db_table['user'] = "user";
99

1010
//Version
11-
$version ="2.4.7";
11+
$version ="2.4.9";
1212

1313
//set timezone
1414
date_default_timezone_set('PRC');

user/_check.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
if($pw != $user_pwd || $pw == null || $user_pwd == null ){
1414
header("Location:login.php");
1515
}
16+
exit();
1617
}else{
1718
header("Location:login.php");
1819
exit();

0 commit comments

Comments
 (0)