diff options
Diffstat (limited to 'templates/show_localplay.inc.php')
-rw-r--r-- | templates/show_localplay.inc.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php index aa124503..8abc788a 100644 --- a/templates/show_localplay.inc.php +++ b/templates/show_localplay.inc.php @@ -34,12 +34,7 @@ $songs = $localplay->get(); </ul> </div> <br /> -<div class="text-box"> -<h2>Debug Status Information (Temp!)</h2> -<pre> -<?php print_r($localplay->status()); ?> -</pre> -</div> +<?php require_once(conf('prefix') . '/templates/show_localplay_status.inc.php'); ?> <br /> <div class="text-box"> <table class="border" cellspacing="0" border="0"> |