summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 22:17:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 22:17:13 +0000
commitf89098d3ac6ea2045f34c586d1433ca40e6df9c7 (patch)
treef382e112dae91b392a38671f81c9a798766f1505 /admin
parentb1b7998a0f9a6438725fb574e63e27859a6bd2e6 (diff)
downloadampache-f89098d3ac6ea2045f34c586d1433ca40e6df9c7.tar.gz
ampache-f89098d3ac6ea2045f34c586d1433ca40e6df9c7.tar.bz2
ampache-f89098d3ac6ea2045f34c586d1433ca40e6df9c7.zip
few more tweaks to localplay, added in the mpd table creation mojo, just need to finish install and then build the interface
Diffstat (limited to 'admin')
-rw-r--r--admin/modules.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/modules.php b/admin/modules.php
index 38466139..d5eb3db9 100644
--- a/admin/modules.php
+++ b/admin/modules.php
@@ -55,6 +55,16 @@ switch ($_REQUEST['action']) {
$body = '';
show_confirmation($title,$body,$url);
break;
+ case 'install_localplay':
+
+
+ break;
+ case 'confirm_uninstall_localplay':
+
+ break;
+ case 'uninstall_localplay':
+
+ break;
case 'install_plugin':
/* Verify that this plugin exists */
$plugins = Plugin::get_plugins();