We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf15587 commit 67c7b17Copy full SHA for 67c7b17
html/install/index.php
@@ -12,12 +12,7 @@
12
| keeping compatibility with XOOPS 2.0.x <http://www.xoops.org> |
13
*------------------------------------------------------------------------*/
14
ini_set('display_errors', 1);
15
-if (version_compare(PHP_VERSION, '5.4.0', '>=')) {
16
- error_reporting(error_reporting() ^ E_STRICT);
17
-}
18
-if (version_compare(PHP_VERSION, '6', '>=')) {
19
- error_reporting(error_reporting() ^ E_DEPRECATED);
20
+error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
21
22
include_once './passwd.php';
23
if (INSTALL_USER != '' || INSTALL_PASSWD != '') {
0 commit comments