1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 18:29:40 +02:00

Fix code style

This commit is contained in:
Afterster 2013-11-23 01:11:19 +01:00
parent 619ca48ffe
commit 1745e204cd
17 changed files with 120 additions and 117 deletions

View file

@ -83,7 +83,7 @@ switch ($page) {
case 'index':
require_once Config::get('prefix') . '/server/index.ajax.php';
exit;
case 'catalog':
case 'catalog':
require_once Config::get('prefix') . '/server/catalog.ajax.php';
exit;
break;
@ -165,7 +165,7 @@ switch ($_REQUEST['action']) {
$_POST[$key] = unhtmlentities(scrub_in($data));
debug_event('ajax_server', $key.'='.$_POST[$key], '5');
}
$level = '50';
if ($_POST['type'] == 'playlist_row' || $_POST['type'] == 'playlist_title') {