Skip to content

Commit

Permalink
temporary hide deprecations to avoid breaking sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Jan 18, 2025
1 parent 0cc4f26 commit b137f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

error_reporting(E_ALL ^ E_DEPRECATED);
((PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >= 3) || PHP_MAJOR_VERSION > 7) ?: die('Sorry, PHP 7.3 or above is required to run XBackBone.');
require __DIR__.'/vendor/autoload.php';

Expand Down
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

error_reporting(E_ALL ^ E_DEPRECATED);
((PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >= 3) || PHP_MAJOR_VERSION > 7) ?: die('Sorry, PHP 7.3 or above is required to run XBackBone.');
require __DIR__.'/../vendor/autoload.php';

Expand Down

0 comments on commit b137f25

Please sign in to comment.