diff options
author | Mario <mario@mariovavti.com> | 2022-05-25 08:17:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-05-25 08:17:37 +0000 |
commit | 27a142d5c5c2d2926399a9834f6203c6a6102ca7 (patch) | |
tree | 18f9aab704e44cbf829b9f165332398cc41e4d93 /boot.php | |
parent | 6d00b2e63dba0761d2bb82b56c59f9bacce97b7c (diff) | |
download | volse-hubzilla-27a142d5c5c2d2926399a9834f6203c6a6102ca7.tar.gz volse-hubzilla-27a142d5c5c2d2926399a9834f6203c6a6102ca7.tar.bz2 volse-hubzilla-27a142d5c5c2d2926399a9834f6203c6a6102ca7.zip |
cleanup
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -695,11 +695,7 @@ function sys_boot() { function startup() { - error_reporting(E_ALL & ~E_NOTICE); - - if (version_compare(PHP_VERSION, '8.0.0') >= 0) { - error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); - } + error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED); // Some hosting providers block/disable this @set_time_limit(0); |