remove commented-out check_config()
This commit is contained in:
parent
6d77237f06
commit
c32f754b6e
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ elseif($maintenance)
|
||||||
else {
|
else {
|
||||||
proc_run('php', 'include/dbupdate.php');
|
proc_run('php', 'include/dbupdate.php');
|
||||||
check_plugins($a);
|
check_plugins($a);
|
||||||
//check_config($a);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav_set_selected('nothing');
|
nav_set_selected('nothing');
|
||||||
|
|
Loading…
Reference in a new issue