summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-01-31 22:06:31 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-01-31 22:06:31 +0000
commitc0916ab7e99eb1b71eec4a6ec6813cf67afc191d (patch)
treeca83570353885854cdcbe9351beebeb092084df7 /admin
parent2ad68e2692c50fff6c50db6503e255e18a333c80 (diff)
downloadampache-c0916ab7e99eb1b71eec4a6ec6813cf67afc191d.tar.gz
ampache-c0916ab7e99eb1b71eec4a6ec6813cf67afc191d.tar.bz2
ampache-c0916ab7e99eb1b71eec4a6ec6813cf67afc191d.zip
Add in IPv6 support to the ACLs and start work on the wizards for adding ACL entries. Access Control broken in this revision due to missing DB update
Diffstat (limited to 'admin')
-rw-r--r--admin/access.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/admin/access.php b/admin/access.php
index f9c73def..02606c66 100644
--- a/admin/access.php
+++ b/admin/access.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
@@ -44,7 +44,15 @@ switch ($_REQUEST['action']) {
$access->update($_POST);
show_confirmation(_('Updated'),_('Access List Entry updated'),'admin/access.php');
break;
- case 'show_add_host':
+ case 'show_add_current':
+
+ break;
+ case 'show_add_rpc':
+ break;
+ case 'show_add_local':
+
+ break;
+ case 'show_add_advanced':
require_once Config::get('prefix') . '/templates/show_add_access.inc.php';
break;
case 'show_edit_record':