Skip to content

Commit

Permalink
Rollback default _USER_ROOT_ const
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Jul 18, 2016
1 parent aed6140 commit e7b83a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
define('_ROOT_', '');
}
if (!defined('_USER_ROOT_')) {
define('_USER_ROOT_', _ROOT_);
define('_USER_ROOT_', '');
}
if (!defined('_RESOURCE_ROOT_')) {
define('_RESOURCE_ROOT_', _ROOT_);
Expand Down

0 comments on commit e7b83a7

Please sign in to comment.