Refactor PHP.

This commit is contained in:
Lars Jung 2015-05-11 23:34:02 +02:00
parent 8c810a1818
commit 8f921c8a1f
9 changed files with 101 additions and 60 deletions

View file

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