diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-01-31 23:48:46 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-01-31 23:48:46 +0000 |
commit | 1891fd835cc3cd60d7c3a2ec8bf90b51ca261bf0 (patch) | |
tree | ff43d8cdfef537a33f87076a2fdab8fc897bcbe8 /templates/show_add_access.inc.php | |
parent | 75d22768ec66353cc2e28489865acbba002b0aae (diff) | |
download | ampache-1891fd835cc3cd60d7c3a2ec8bf90b51ca261bf0.tar.gz ampache-1891fd835cc3cd60d7c3a2ec8bf90b51ca261bf0.tar.bz2 ampache-1891fd835cc3cd60d7c3a2ec8bf90b51ca261bf0.zip |
ACL with IPv6 should be working / testing now
Diffstat (limited to 'templates/show_add_access.inc.php')
-rw-r--r-- | templates/show_add_access.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index 79d3de38..d2e537c5 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -20,7 +20,7 @@ */ ?> <?php show_box_top(_('Advanced Add')); ?> -<form name="update_catalog" method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/admin/access.php?action=add_host"> +<form name="update_catalog" method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/admin/access.php?action=add_host&method=advanced"> <table class="tabledata" cellpadding="5" cellspacing="0"> <tr> <td><?php echo _('Name'); ?>:</td> |