Merge branch 'master' of /home/git/private/web.mtrack
[web.mtrack] / MTrack / Config.php
index ddfb58b..5c43e40 100644 (file)
@@ -8,7 +8,7 @@ class MTrackConfig {
   static function getLocation() {
     $location = getenv('MTRACK_CONFIG_FILE');
     if (!strlen($location)) {
-      $location = dirname(__FILE__) . '/../../config.ini';
+      $location = dirname(__FILE__) . '/../config.ini';
     }
     return $location;
   }