]> andersk Git - sql-web.git/blobdiff - tpl/login.php
login page links fixed
[sql-web.git] / tpl / login.php
index b405789215921a032888e4afa9fec7c5c0a9cab8..8b8ddbaac6e639137680a6969dad23e5e668a58a 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 include 'head.php';
 
-$thisTxt = isSSL()?' with this Certificate':' via SQL';
-$otherTxt = isSSL()?' without a Certificate':' with a Certificate';
+$thisTxt = isSSL()?' using this Certificate':' using your MySQL Password';
 ?>
 
 <h2>Login</h2>
@@ -12,7 +11,7 @@ $otherTxt = isSSL()?' without a Certificate':' with a Certificate';
 <?php if (!isSSL()): ?>
 
 <form method=post>
-<h3>Enter your SQL login:</h3>
+<h3>Please enter your MySQL login information:</h3>
 <p>username: <input type="text" name="u" value="<?=isset($i_u)?$i_u:''?>"></p>
 <p>password: <input type="password" name="p"></p>
 
@@ -32,7 +31,7 @@ $otherTxt = isSSL()?' without a Certificate':' with a Certificate';
 
 <?php elseif (isSSL() && !is_null($SSLCred)): ?>
 
-<h3><a href="signup">Signup</a> to use this service.</h3>
+<h3><a href="do/signup">Sign up</a> to use this service.</h3>
 
 <?php endif; ?>
 
This page took 0.025997 seconds and 4 git commands to generate.