adapted to new location

This commit is contained in:
Steffen Vogel 2010-12-27 23:18:30 +01:00
parent 8891c62ff5
commit 3fe539d0aa

View file

@ -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';