1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 21:26:48 +02:00

feat(core): add new tmp constant #470

This commit is contained in:
Awilum
2020-09-07 11:27:23 +03:00
parent 8476056f2c
commit e6665ad04b
3 changed files with 4 additions and 5 deletions

View File

@@ -33,8 +33,7 @@ define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
*/
define('PATH', [
'project' => ROOT_DIR . '/project',
'cache' => ROOT_DIR . '/var/cache',
'logs' => ROOT_DIR . '/var/logs',
'tmp' => ROOT_DIR . '/var/tmp',
]);
/**