From 9f4d412965be1bcc07220c4a45a7bae27cbed025 Mon Sep 17 00:00:00 2001 From: "ekin.tertemiz" Date: Mon, 5 Jan 2026 09:37:24 +0100 Subject: [PATCH] fix db connection;remove unused credentials;apply redirect to login-screen --- help_FR/include/ost-config.php | 8 ++++---- include/ost-config.php | 9 +++++---- index.php | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/help_FR/include/ost-config.php b/help_FR/include/ost-config.php index 9b2b103..6e11a25 100644 --- a/help_FR/include/ost-config.php +++ b/help_FR/include/ost-config.php @@ -50,10 +50,10 @@ define('ADMIN_EMAIL','bettina.rasberger@rabe-web.ch'); #Mysql Login info define('DBTYPE','mysql'); -define('DBHOST','localhost'); -define('DBNAME','sh30356_help_fr'); -define('DBUSER','VeruA_HELP_fr'); -define('DBPASS','B4rTzya_49_&GerT'); +define('DBHOST','db'); +define('DBNAME','db'); +define('DBUSER','db'); +define('DBPASS','db'); # SSL Options # --------------------------------------------------- diff --git a/include/ost-config.php b/include/ost-config.php index 76ced6b..69df4d7 100644 --- a/include/ost-config.php +++ b/include/ost-config.php @@ -36,10 +36,11 @@ define('ADMIN_EMAIL','rabe@verua.ch'); #Mysql Login info define('DBTYPE','mysql'); -define('DBHOST','localhost'); -define('DBNAME','sh30356_help'); -define('DBUSER','VeruA_HELP'); -define('DBPASS','B4rTzya_49_&GerT'); +// NOT IN USE +// define('DBHOST','db'); +// define('DBNAME','db2'); +// define('DBUSER','db'); +// define('DBPASS','db'); #Table prefix define('TABLE_PREFIX','ost_'); diff --git a/index.php b/index.php index 184828a..4bc49bf 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@