mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 14:38:39 +00:00
Don't rely on defined path
This commit is contained in:
parent
13e082fb12
commit
9811a2928b
|
|
@ -43,7 +43,7 @@ class ModuleManager
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
const MODULE_PATH = ROOT_PATH . DIRECTORY_SEPARATOR . 'Modules';
|
const MODULE_PATH = __DIR__ . '/../../Modules';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All modules that are running on this uri.
|
* All modules that are running on this uri.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user