mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
define MTT_CONTENT_PATH
This commit is contained in:
parent
59d69c2708
commit
26d42c8e6d
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ if (version_compare(PHP_VERSION, '7.2.0') < 0) {
|
|||
|
||||
if(!defined('MTTPATH')) define('MTTPATH', dirname(__FILE__) .'/');
|
||||
if(!defined('MTTINC')) define('MTTINC', MTTPATH. 'includes/');
|
||||
if(!defined('MTT_CONTENT_PATH')) define('MTT_CONTENT_PATH', MTTPATH. 'content/');
|
||||
|
||||
if (getenv('MTT_ENABLE_DEBUG') == 'YES') {
|
||||
define('MTT_DEBUG', true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue