diff --git a/helpers/config.php b/helpers/config.php index 8df02bc..3fb9cf0 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.5-beta"; + static $version = "0.5"; // default map drawing framework static $mapapi = "openlayers"; @@ -82,7 +82,7 @@ static $strokeWeight = 2; static $strokeColor = '#ff0000'; static $strokeOpacity = 1; - + private static $fileLoaded = false; private static $initialized = false;