From 60b70001fd59bed089dd78bec9a897ffd3916850 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Tue, 11 Mar 2014 10:01:19 -0400 Subject: [PATCH] Implemented apache module check and mod_authz_compat warning for OpenSuSE --- install/install.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/install.php b/install/install.php index a3393c1..847c2fd 100644 --- a/install/install.php +++ b/install/install.php @@ -87,6 +87,7 @@ //** Installer Interface //**************************************************************************************************** $inst = new installer(); + swriteln($inst->lng(' Following will be a few questions for primary configuration so be careful.')); swriteln($inst->lng(' Default values are in [brackets] and can be accepted with <ENTER>.')); swriteln($inst->lng(' Tap in "quit" (without the quotes) to stop the installer.'."\n\n")); -- Gitblit v1.9.1