From 413c026dc7d71017e8616ef28945a24c3b923713 Mon Sep 17 00:00:00 2001 From: Krehan Tim Date: Mon, 12 Nov 2018 09:02:43 +0100 Subject: [PATCH] fixed error during install, where "apache_get_modules" is not available --- install/install.php | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/install/install.php b/install/install.php index 3a4cc2c..0211e93 100644 --- a/install/install.php +++ b/install/install.php @@ -1,9 +1,9 @@ 0){ header("Location: /cont/error.php?id=php_modules&missing_mods=".serialize($missing_mods)); } @@ -28,7 +33,7 @@ if (!($_SESSION["docroot"])) header("Location: /"); exit; } - ?> +?>