Skip to content

Commit

Permalink
#295
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Jan 13, 2016
1 parent b8388bc commit 0033d26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}
if(!$U->isAdmin()){
header("Location:../user/index.php");
exit();
}
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.9";
$version ="2.5.1";

//set timezone
date_default_timezone_set('PRC');
Expand Down
2 changes: 1 addition & 1 deletion user/_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
$pw = \Ss\User\Comm::CoPW($pwd);
if($pw != $user_pwd || $pw == null || $user_pwd == null ){
header("Location:login.php");
exit();
}
exit();
}else{
header("Location:login.php");
exit();
Expand Down

0 comments on commit 0033d26

Please sign in to comment.