mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-22 05:14:04 +00:00
Merge branch 'bug-1149' into testserver
This commit is contained in:
commit
4cdf387a9c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ include ("functions/acceptLogin.php");
|
|||
|
||||
if (isset($_SERVER["SSL_CLIENT_S_DN_O"])) {
|
||||
echo '<h5 class="centered"><br />'.Login_03_No_Org_Certs.'</h5>';
|
||||
} elseif(!isset($_SERVER["SSL_CLIENT_S_DN_Email"]) {
|
||||
} elseif(!isset($_SERVER["SSL_CLIENT_S_DN_Email"])) {
|
||||
echo '<h5 class="centered"><br />'.Login_04_No_Server_Certs.'</h5>';
|
||||
} elseif( $user_id ){
|
||||
$sql="SELECT * FROM user where `user_id`='".$user_id."' and `root`='".$root."' ";
|
||||
|
|
Loading…
Reference in a new issue