1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

get_magic_quotes_gpc compat

This commit is contained in:
Robin Appelman 2021-04-16 18:26:25 +02:00
commit 8cebce15f8

View file

@ -5,6 +5,10 @@ declare(strict_types=1);
use Demostf\API\Container;
use Doctrine\DBAL\DriverManager;
function get_magic_quotes_gpc() {
return false;
}
$autoloader = require __DIR__ . '/../vendor/autoload.php';
if (!getenv('DB_TYPE')) {