diff --git a/public/index.php b/public/index.php index 923c3a2..3bcee0b 100644 --- a/public/index.php +++ b/public/index.php @@ -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);