summaryrefslogtreecommitdiffstats
path: root/templates/show_add_access.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-21 03:21:20 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-04-21 03:21:20 +0000
commit310adfa35923938b97ea416cd21c431d64eaa05a (patch)
tree245aba68464905bdb5d0072918aa0f5b621290cb /templates/show_add_access.inc.php
parent67981be0c675d0685bc6e986e6cf5e5fb6cae611 (diff)
downloadampache-310adfa35923938b97ea416cd21c431d64eaa05a.tar.gz
ampache-310adfa35923938b97ea416cd21c431d64eaa05a.tar.bz2
ampache-310adfa35923938b97ea416cd21c431d64eaa05a.zip
last commit before beta3 release
Diffstat (limited to 'templates/show_add_access.inc.php')
-rw-r--r--templates/show_add_access.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php
index 28f592a1..bbe87995 100644
--- a/templates/show_add_access.inc.php
+++ b/templates/show_add_access.inc.php
@@ -32,14 +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>
+ <span class="information">(255.255.255.255)</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>
+ <span class="information">(255.255.255.255)</span>
</td>
</tr>
<tr>