Merge branch 'bug-1149' into testserver

This commit is contained in:
Bernhard Fröhlich 2015-10-18 19:50:49 +02:00
commit 4cdf387a9c

View file

@ -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."' ";