This commit is contained in:
Bernhard Fröhlich 2015-10-18 19:35:38 +02:00
parent c2078f36d9
commit de7ed758b1

View file

@ -13,7 +13,7 @@ include ("functions/acceptLogin.php");
if (isset($_SERVER["SSL_CLIENT_S_DN_O"])) { if (isset($_SERVER["SSL_CLIENT_S_DN_O"])) {
echo '<h5 class="centered"><br />'.Login_03_No_Org_Certs.'</h5>'; 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>'; echo '<h5 class="centered"><br />'.Login_04_No_Server_Certs.'</h5>';
} elseif( $user_id ){ } elseif( $user_id ){
$sql="SELECT * FROM user where `user_id`='".$user_id."' and `root`='".$root."' "; $sql="SELECT * FROM user where `user_id`='".$user_id."' and `root`='".$root."' ";