summaryrefslogtreecommitdiffstats
path: root/admin/modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/modules.php')
-rw-r--r--admin/modules.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/modules.php b/admin/modules.php
index 9c399670..38466139 100644
--- a/admin/modules.php
+++ b/admin/modules.php
@@ -110,7 +110,10 @@ switch ($_REQUEST['action']) {
show_box_bottom();
break;
case 'show_localplay':
-
+ $controllers = Localplay::get_controllers();
+ show_box_top(_('Localplay Controllers'));
+ require_once Config::get('prefix') . '/templates/show_localplay_controllers.inc.php';
+ show_box_bottom();
break;
default:
// Rien a faire