From f23f2d13ce660c52f1c8fcbbf57878520ac685b9 Mon Sep 17 00:00:00 2001 From: djmaze Date: Wed, 1 Dec 2021 10:52:21 +0100 Subject: [PATCH] Remove unused constant --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index d9b810f64..f5f3d52d0 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,6 @@ if (!defined('APP_VERSION')) { define('APP_VERSION', '0.0.0'); - define('APP_INDEX_ROOT_FILE', __FILE__); define('APP_INDEX_ROOT_PATH', strtr(__DIR__, DIRECTORY_SEPARATOR, '/') . '/'); }