]> andersk Git - sql-web.git/blobdiff - tpl/login.php
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@37 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / tpl / login.php
index 5151449861ad863900fde03e51ad147f3995b93b..54abd2b8e2f4dbe5d50f3e27809ecbd9cf16cf2c 100644 (file)
@@ -30,7 +30,7 @@ $otherTxt = isSSL()?' without a Certificate':' with a Certificate';
 <input type=submit value="Login<?=$thisTxt?>">
 </form>
 
-<?php elseif (isSSL()): ?>
+<?php elseif (isSSL() && !is_null($SSLCred)): ?>
 
 <h3><a href="signup">Signup</a> to use this service.</h3>
 
This page took 0.069497 seconds and 4 git commands to generate.