mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Revert changes to path, PHPStorm is acting up
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
define('LITHIUM_APP_PATH', realpath(dirname(dirname(__DIR__))));
|
||||
|
||||
if (!defined('NN_ROOT')) {
|
||||
define('NN_ROOT', realpath(dirname(dirname(LITHIUM_APP_PATH)) . DS));
|
||||
define('NN_ROOT', realpath(dirname(LITHIUM_APP_PATH)) . DS);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user