Gets the value from the Config class instead. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
8 lines
224 B
PHP
8 lines
224 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR);
|
|
define('CACHE_DIR', ROOT_PATH . 'libraries' . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR);
|
|
define('VERSION_SUFFIX', '');
|