]> git.agnieray.net Git - galette.git/commitdiff
GLOB_BRACE may not be defined; closes #1572
authorJohan Cwiklinski <johan@x-tnd.be>
Sat, 25 Sep 2021 14:16:37 +0000 (16:16 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 25 Sep 2021 14:16:37 +0000 (16:16 +0200)
galette/includes/main.inc.php

index 56a14a7415d151e5fd32acb97da8024a4efff2c2..34944226307b98bef209b28c071c2ca39f1fd6ba 100644 (file)
@@ -39,6 +39,10 @@ use Slim\Route;
 use Galette\Core\Login;
 use Analog\Analog;
 
+if (!defined('GLOB_BRACE')) {
+    define('GLOB_BRACE', 0);
+}
+
 $time_start = microtime(true);
 
 //define galette's root directory