mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-03 12:44:03 +00:00
Typo...
This commit is contained in:
parent
c2078f36d9
commit
de7ed758b1
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"])) {
|
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."' ";
|
||||||
|
|
Loading…
Reference in a new issue