adapted to new location
This commit is contained in:
parent
8891c62ff5
commit
3fe539d0aa
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ use Volkszaehler\Util;
|
|||
|
||||
// TODO replace by state class
|
||||
define('VZ_VERSION', 0.2);
|
||||
define('VZ_DIR', realpath(__DIR__ . '/..'));
|
||||
define('VZ_DIR', realpath(__DIR__ . '/../..'));
|
||||
|
||||
// class autoloading
|
||||
require_once VZ_DIR . '/lib/Util/ClassLoader.php';
|
||||
|
|
Loading…
Add table
Reference in a new issue