We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed6140 commit e7b83a7Copy full SHA for e7b83a7
index.php
@@ -6,7 +6,7 @@
6
define('_ROOT_', '');
7
}
8
if (!defined('_USER_ROOT_')) {
9
- define('_USER_ROOT_', _ROOT_);
+ define('_USER_ROOT_', '');
10
11
if (!defined('_RESOURCE_ROOT_')) {
12
define('_RESOURCE_ROOT_', _ROOT_);
0 commit comments