1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

Miscellaneous cleanup.

This commit is contained in:
Paul 'flowerysong' Arthur 2010-06-13 08:11:09 +00:00
parent 93f4a26ab0
commit 4b5756ba9d
45 changed files with 233 additions and 182 deletions

View file

@ -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':