]> andersk Git - sql-web.git/blobdiff - tpl/login.php
mitsql: contact page, signup fixes, main info on index
[sql-web.git] / tpl / login.php
index 54abd2b8e2f4dbe5d50f3e27809ecbd9cf16cf2c..34dd8fefb4b64c03c86e1ff1e2bfc1a64aea32a3 100644 (file)
@@ -19,13 +19,13 @@ $otherTxt = isSSL()?' without a Certificate':' with a Certificate';
 <?php elseif (isSSL() && !empty($SSLCred)): ?>
 
 <form method=post>
-<h3>You are identifed as: <?=$SSLUsername?></h3>
+<h3>You are identified as: <?=$SSLUsername?></h3>
 <p><?=$SSLName?></p>
 <p><?=$SSLEmail?></p>
 
 <?php endif; ?>
 
-<?php if (!isSSL() || $Login2->canLogin()): ?>
+<?php if (!isSSL() || $LoginSSL->canLogin()): ?>
 
 <input type=submit value="Login<?=$thisTxt?>">
 </form>
This page took 0.024249 seconds and 4 git commands to generate.