summaryrefslogtreecommitdiffstats
path: root/randomplay.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-17 16:32:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-17 16:32:04 +0000
commite3734f063ed58356f9653a81f6dea86aa55931f4 (patch)
tree3aace945cfd5d8e988395170ff92ab75c0419819 /randomplay.php
parentc6c2320170b488f64f1c67de23a35f4ca4de59de (diff)
downloadampache-e3734f063ed58356f9653a81f6dea86aa55931f4.tar.gz
ampache-e3734f063ed58356f9653a81f6dea86aa55931f4.tar.bz2
ampache-e3734f063ed58356f9653a81f6dea86aa55931f4.zip
moved init.php improved vainfo a bit, removed checkboxes from search page
Diffstat (limited to 'randomplay.php')
-rw-r--r--randomplay.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/randomplay.php b/randomplay.php
index 155b81b6..a3cfb6d6 100644
--- a/randomplay.php
+++ b/randomplay.php
@@ -25,13 +25,13 @@
@discussion Do most of the dirty work of displaying the mp3 catalog
*/
-require_once("modules/init.php");
+require_once('lib/init.php');
show_template('header');
$action = scrub_in($_REQUEST['action']);
show_template('show_random_play');
-show_footer();
+show_footer();
?>