mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Avoid deprecated polluting
This commit is contained in:
parent
c6fbacd3e8
commit
5f70ae9c1e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ if (!file_exists(__DIR__ . '/../vendor/autoload.php')) {
|
||||||
die('Vendor path not found. Please execute "bin/composer.phar install" on the command line in the web root.');
|
die('Vendor path not found. Please execute "bin/composer.phar install" on the command line in the web root.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);
|
||||||
require __DIR__ . '/../vendor/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
// Backward compatibility
|
// Backward compatibility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue