Skip to content

Commit

Permalink
fix #293
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Jan 11, 2016
1 parent 3ae75e6 commit b8388bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin/_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
if(!$U->isAdmin()){
header("Location:../user/index.php");
}
exit();
}else{
header("Location:login.php");
exit();
Expand Down
2 changes: 1 addition & 1 deletion lib/do.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$db_table['user'] = "user";

//Version
$version ="2.4.7";
$version ="2.4.9";

//set timezone
date_default_timezone_set('PRC');
Expand Down
1 change: 1 addition & 0 deletions user/_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
if($pw != $user_pwd || $pw == null || $user_pwd == null ){
header("Location:login.php");
}
exit();
}else{
header("Location:login.php");
exit();
Expand Down

0 comments on commit b8388bc

Please sign in to comment.