diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-09-16 05:46:29 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-09-16 05:46:29 +0000 |
commit | 16833b068e84ea37c18626f5163c17fe98090f14 (patch) | |
tree | 125af931ef94301b3ad28bd73f25e21dc6f67255 /index.php | |
parent | 7c64ba9cc67a25f843a5942ca5a0265dce7060ff (diff) | |
download | ampache-16833b068e84ea37c18626f5163c17fe98090f14.tar.gz ampache-16833b068e84ea37c18626f5163c17fe98090f14.tar.bz2 ampache-16833b068e84ea37c18626f5163c17fe98090f14.zip |
tweak to stream based refreash thx sigger
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ $action = scrub_in($_REQUEST['action']); <?php show_now_playing(); ?> </td> </tr> -<tr><td colspan="2"> </td></tr> +<!-- <tr><td colspan="2"> </td></tr> --> <tr> <td valign="top"> <!-- Left table --> |