Skip to content

Commit b137f25

Browse files
committed
temporary hide deprecations to avoid breaking sessions
1 parent 0cc4f26 commit b137f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
2+
error_reporting(E_ALL ^ E_DEPRECATED);
33
((PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >= 3) || PHP_MAJOR_VERSION > 7) ?: die('Sorry, PHP 7.3 or above is required to run XBackBone.');
44
require __DIR__.'/vendor/autoload.php';
55

install/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
2+
error_reporting(E_ALL ^ E_DEPRECATED);
33
((PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >= 3) || PHP_MAJOR_VERSION > 7) ?: die('Sorry, PHP 7.3 or above is required to run XBackBone.');
44
require __DIR__.'/../vendor/autoload.php';
55

0 commit comments

Comments
 (0)