mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-20 23:36:50 +01:00
* [MOD] Deprecate PHP versions below 7.2 since they are no longer supported by PHP and Travis CI tests are not performed for them. https://www.php.net/supported-versions.php
* [MOD] Improve internal config handling. No more properties visibility tweaks. * [MOD] Updated dependencies. Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -63,7 +63,7 @@ final class BootstrapController extends SimpleControllerBase
|
||||
'app_root' => Bootstrap::$WEBURI,
|
||||
'max_file_size' => $this->configData->getFilesAllowedSize(),
|
||||
'check_updates' => $checkStatus && $this->configData->isCheckUpdates(),
|
||||
'check_notices' => $checkStatus && $this->configData->isChecknotices(),
|
||||
'check_notices' => $checkStatus && $this->configData->isCheckNotices(),
|
||||
'check_notifications' => $this->getNotificationsEnabled(),
|
||||
'timezone' => date_default_timezone_get(),
|
||||
'debug' => DEBUG || $this->configData->isDebug(),
|
||||
|
||||
Reference in New Issue
Block a user