backports murph-core

This commit is contained in:
Simon Vieille 2022-03-14 10:43:56 +01:00
parent c1a521c25c
commit f1056db2ca

View file

@ -9,8 +9,6 @@ require dirname(__DIR__).'/vendor/autoload.php';
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
define('MURPH_VERSION', 'v1.8.0');
if ($_SERVER['APP_DEBUG']) {
umask(0000);