Skip to content

Commit e7b83a7

Browse files
committed
Rollback default _USER_ROOT_ const
1 parent aed6140 commit e7b83a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
define('_ROOT_', '');
77
}
88
if (!defined('_USER_ROOT_')) {
9-
define('_USER_ROOT_', _ROOT_);
9+
define('_USER_ROOT_', '');
1010
}
1111
if (!defined('_RESOURCE_ROOT_')) {
1212
define('_RESOURCE_ROOT_', _ROOT_);

0 commit comments

Comments
 (0)