1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

broke the advanced random stuff, only ui in place for new stuff...

This commit is contained in:
Karl 'vollmerk' Vollmer 2009-02-10 03:49:24 +00:00
parent 58900248cc
commit addb6f957f
8 changed files with 114 additions and 77 deletions

View file

@ -36,6 +36,8 @@ switch ($_REQUEST['action']) {
case 'advanced':
default:
require_once Config::get('prefix') . '/templates/show_random.inc.php';
require_once Config::get('prefix') . '/templates/show_random_rules.inc.php';
break;
} // end switch