mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 16:48:38 -04:00
Refactor PHP. Remove almost all defines.
This commit is contained in:
parent
7bcb52214b
commit
c18b09c658
16 changed files with 372 additions and 295 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue