1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00
This commit is contained in:
Robin Appelman 2021-04-25 12:01:40 +02:00
commit 0bfa009c0d

View file

@ -5,7 +5,7 @@ declare(strict_types=1);
use Demostf\API\Container;
use Doctrine\DBAL\DriverManager;
function get_magic_quotes_gpc() {
function get_magic_quotes_gpc(): bool {
return false;
}