summaryrefslogtreecommitdiffstats
path: root/app/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.php')
-rwxr-xr-xapp/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.php b/app/app.php
index 0797cc7..f82b262 100755
--- a/app/app.php
+++ b/app/app.php
@@ -5,7 +5,7 @@ error_reporting(0);
require_once __DIR__.'/../vendor/autoload.php';
$savedConfig = __DIR__.'/../custom/config.yml';
-$moon_version = file_get_contents(__DIR__.'/../VERSION');
+$moon_version = trim(file_get_contents(__DIR__.'/../VERSION'));
session_start();