summaryrefslogtreecommitdiffstats
path: root/templates/show_add_access.inc.php
diff options
context:
space:
mode:
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>