mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Merge index and info routing.
This commit is contained in:
parent
ee241e7e3f
commit
b1f88f28f4
9 changed files with 48 additions and 48 deletions
|
@ -162,12 +162,6 @@ modulejs.define('main/info', ['$', 'config'], function ($, config) {
|
|||
|
||||
function init() {
|
||||
|
||||
if (config.err === 'ERR_PHP') {
|
||||
$(testsTemp).appendTo('#content');
|
||||
addTest('PHP version', config.msg, false, config.ver);
|
||||
return;
|
||||
}
|
||||
|
||||
addLogin();
|
||||
if (setup.AS_ADMIN) {
|
||||
addTests();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue