Remove unused constant

This commit is contained in:
djmaze 2021-12-01 10:52:21 +01:00
parent 8aad63fcf8
commit f23f2d13ce

View file

@ -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, '/') . '/');
}