diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-04-21 03:21:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-04-21 03:21:20 +0000 |
commit | 310adfa35923938b97ea416cd21c431d64eaa05a (patch) | |
tree | 245aba68464905bdb5d0072918aa0f5b621290cb /templates | |
parent | 67981be0c675d0685bc6e986e6cf5e5fb6cae611 (diff) | |
download | ampache-310adfa35923938b97ea416cd21c431d64eaa05a.tar.gz ampache-310adfa35923938b97ea416cd21c431d64eaa05a.tar.bz2 ampache-310adfa35923938b97ea416cd21c431d64eaa05a.zip |
last commit before beta3 release
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_access_list.inc.php | 2 | ||||
-rw-r--r-- | templates/show_add_access.inc.php | 4 | ||||
-rw-r--r-- | templates/show_add_user.inc.php | 2 | ||||
-rw-r--r-- | templates/show_album_art.inc.php | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/show_access_list.inc.php b/templates/show_access_list.inc.php index 8a128408..0fdae8c4 100644 --- a/templates/show_access_list.inc.php +++ b/templates/show_access_list.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or 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> diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php index c52c33de..e8656586 100644 --- a/templates/show_add_user.inc.php +++ b/templates/show_add_user.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or diff --git a/templates/show_album_art.inc.php b/templates/show_album_art.inc.php index dc7afc47..7e7226bf 100644 --- a/templates/show_album_art.inc.php +++ b/templates/show_album_art.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or |