From f1bca534b5169c5ac73da5a9dd28264905cc4132 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Tue, 9 Sep 2014 12:39:35 +0200 Subject: [PATCH] Bugfix --- code/web/public_php/setup/install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/web/public_php/setup/install.php b/code/web/public_php/setup/install.php index 037910834..49fc0b3a7 100644 --- a/code/web/public_php/setup/install.php +++ b/code/web/public_php/setup/install.php @@ -9,6 +9,8 @@ try { $pageTitle = "Install"; include('header.php'); +require_once('setup/version.php'); + ?>