diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-07-30 16:22:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-07-30 16:22:01 +0000 |
commit | 0cf99f9a6c1a797017c146d8a7f19da934c153c4 (patch) | |
tree | 369f5ec65ded5a13a5fe0346886545ab06ab9b0a /templates/show_localplay.inc.php | |
parent | afa1173a19e08606b5f159807bdf93e84896deac (diff) | |
download | ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.tar.gz ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.tar.bz2 ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.zip |
a few updates/fixes for localplay
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"> |