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:
parent
58900248cc
commit
addb6f957f
8 changed files with 114 additions and 77 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue