Move Global Functions - Part 3
- Replaced every CACHE definition - Moved check_url to App->checkURL() - Removed unused definition "ZCURL_TIMEOUT"
This commit is contained in:
parent
ec9f1563f9
commit
4392858662
16 changed files with 43 additions and 70 deletions
|
@ -172,7 +172,7 @@ if ($a->getMode()->isInstall() && $a->module != 'view') {
|
|||
} elseif (!$a->getMode()->has(App\Mode::MAINTENANCEDISABLED) && $a->module != 'view') {
|
||||
$a->module = 'maintenance';
|
||||
} else {
|
||||
check_url($a);
|
||||
$a->checkURL();
|
||||
check_db(false);
|
||||
Addon::check();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue