From 463d695c4f7ba87ba99f0ffc548ad6f994ff49d0 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 18 Nov 2014 19:48:44 +0100 Subject: Added proxy server settings --- index.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index f9d9e9fc..969a3d47 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,14 @@ require_once 'config.php'; +if (CONFIG_SQL_PASS === '%MYSQL_OPENSLX_PASS%') { + Header('Content-Type: text/plain; charset=utf-8'); + die("The server has not been configured yet. Please log in to the server via console/SSH and follow the instructions." + . "\n\n" + . "Der Server wurde noch nicht konfiguriert. Bitte loggen Sie sich auf der Konsole oder per SSH auf dem Server ein" + . " und folgen Sie den Instruktionen."); +} + require_once('inc/user.inc.php'); /** -- cgit v1.2.3-55-g7522