summaryrefslogtreecommitdiffstats
path: root/app/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.php')
-rwxr-xr-xapp/app.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/app.php b/app/app.php
index f2795ab..0703ac5 100755
--- a/app/app.php
+++ b/app/app.php
@@ -19,7 +19,8 @@ include_once(dirname(__FILE__).'/classes/PlanetError.php');
include_once(dirname(__FILE__).'/classes/Planet.class.php');
include_once(dirname(__FILE__).'/classes/Simplel10n.class.php');
-$savedConfig = dirname(__FILE__).'/../custom/config.yml';
+$savedConfig = dirname(__FILE__).'/../custom/config.yml';
+$moon_version = file_get_contents(dirname(__FILE__).'/../VERSION');
if (is_file($savedConfig)){