summaryrefslogtreecommitdiffstats
path: root/random.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-22 05:45:15 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-22 05:45:15 +0000
commit185630d92c74356946a2a0fe19748b41c9ba57de (patch)
tree9350caa11a10b59be8a5a720a4910242f5078a01 /random.php
parentdf348122a7092a24a4ae5c04cf0b5b85bd750ae0 (diff)
downloadampache-185630d92c74356946a2a0fe19748b41c9ba57de.tar.gz
ampache-185630d92c74356946a2a0fe19748b41c9ba57de.tar.bz2
ampache-185630d92c74356946a2a0fe19748b41c9ba57de.zip
bedtime, added random box back in does not do anything thou... well besides taunt you with its not doing anythingness
Diffstat (limited to 'random.php')
-rw-r--r--random.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.php b/random.php
index 1ede94e0..3fb38eca 100644
--- a/random.php
+++ b/random.php
@@ -27,7 +27,7 @@ show_header();
switch ($_REQUEST['action']) {
default:
case 'advanced':
-
+ require_once Config::get('prefix') . '/templates/show_random.inc.php';
break;
} // end switch