summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-15 08:54:54 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-15 08:54:54 +0000
commitd3176c22e90e0a09b22790036f1f61fc926912c9 (patch)
treeb944432cd2b93eae5f1426cb4937f7b8389bdff8 /templates
parent1cf10721654764b366f6b105e76da071aa3c7f66 (diff)
downloadampache-d3176c22e90e0a09b22790036f1f61fc926912c9.tar.gz
ampache-d3176c22e90e0a09b22790036f1f61fc926912c9.tar.bz2
ampache-d3176c22e90e0a09b22790036f1f61fc926912c9.zip
added little note on access add as to the defaults, fixed api to use session_length added check for session functions with redirect to /test.php on failure
Diffstat (limited to 'templates')
-rw-r--r--templates/show_add_access.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php
index 8cea9ab6..28f592a1 100644
--- a/templates/show_add_access.inc.php
+++ b/templates/show_add_access.inc.php
@@ -32,12 +32,14 @@
<td><?php echo _('Start IP Address'); ?>:</td>
<td>
<input type="text" name="start" value="<?php echo scrub_out($_REQUEST['start']); ?>" size="20" maxlength="15" />
+ <span class="information">(0.0.0.0)</span>
</td>
</tr>
<tr>
<td><?php echo _('End IP Address'); ?>:</td>
<td>
<input type="text" name="end" value="<?php echo scrub_out($_REQUEST['end']); ?>" size="20" maxlength="15" />
+ <span class="information">(0.0.0.0)</span>
</td>
</tr>
<tr>
@@ -74,7 +76,7 @@
<tr>
<td><?php echo _('Remote Key'); ?>:</td>
<td>
- <input type="text" name="key" value="<?php echo scrub_out($_REQUEST['end']); ?>" size="32" maxlength="32" />
+ <input type="text" name="key" value="<?php echo scrub_out($_REQUEST['end']); ?>" maxlength="32" />
</td>
</tr>
</table>