Refactor PHP. Remove almost all defines.

This commit is contained in:
Lars Jung 2015-05-11 11:55:48 +02:00
parent 7bcb52214b
commit c18b09c658
16 changed files with 372 additions and 295 deletions

View file

@ -11,7 +11,7 @@ modulejs.define('boot', ['$'], function ($) {
if (module === 'index') {
href = '.';
} else if (module === 'info') {
data.updatecmds = true;
data.updateCachedSetup = true;
href = 'server/php/index.php';
} else {
return;