diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/modules.php | 10 |
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(); |