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 0cc4f26 commit b137f25Copy full SHA for b137f25
index.php
@@ -1,5 +1,5 @@
1
<?php
2
-
+error_reporting(E_ALL ^ E_DEPRECATED);
3
((PHP_MAJOR_VERSION >= 7 && PHP_MINOR_VERSION >= 3) || PHP_MAJOR_VERSION > 7) ?: die('Sorry, PHP 7.3 or above is required to run XBackBone.');
4
require __DIR__.'/vendor/autoload.php';
5
install/index.php
require __DIR__.'/../vendor/autoload.php';
0 commit comments