mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Miscellaneous cleanup.
This commit is contained in:
parent
93f4a26ab0
commit
4b5756ba9d
45 changed files with 233 additions and 182 deletions
|
@ -21,9 +21,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Sub-Ajax page, requires AJAX_INCLUDE as one
|
||||
* Sub-Ajax page, requires AJAX_INCLUDE
|
||||
*/
|
||||
if (AJAX_INCLUDE != '1') { exit; }
|
||||
if (!defined('AJAX_INCLUDE')) { exit; }
|
||||
|
||||
switch ($_REQUEST['action']) {
|
||||
case 'album':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue