1
|
@@ -12,4 +12,7 @@
|
2
|
require_once('./libraries/lib.inc.php');
|
3
|
|
4
|
+ $msg = (isset($msg) ? $msg."\n<br/><br/>\n" : '')
|
5
|
+ .'For user public_, leave password blank';
|
6
|
+
|
7
|
$misc->printHeader($lang['strlogin']);
|
8
|
$misc->printBody();
|
9
|
@@ -39,5 +42,5 @@
|
10
|
<tr>
|
11
|
<td><?php echo $lang['strusername']; ?></td>
|
12
|
- <td><input type="text" name="loginUsername" value="<?php if (isset($_POST['loginUsername'])) echo htmlspecialchars($_POST['loginUsername']); ?>" size="24" /></td>
|
13
|
+ <td><input type="text" name="loginUsername" value="<?php if (isset($_POST['loginUsername'])) echo htmlspecialchars($_POST['loginUsername']); else echo 'public_' ?>" size="24" /></td>
|
14
|
</tr>
|
15
|
<tr>
|