diff options
Diffstat (limited to '')
-rw-r--r-- | admin.php | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -45,6 +45,12 @@ check_status(ACCESS_ADMINISTRATOR); sync_users(); // +-----------------------------------------------------------------------+ +// | Check configuration and add notes on problem | +// +-----------------------------------------------------------------------+ + +check_conf(); + +// +-----------------------------------------------------------------------+ // | variables init | // +-----------------------------------------------------------------------+ |