backports murph-core

This commit is contained in:
Simon Vieille 2022-03-14 10:14:31 +01:00
parent 2d8637617b
commit 4cbd601476
1 changed files with 0 additions and 2 deletions

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);