From 7c318b9bac5cc1f2148a0480604c3825e9bf3fda Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 4 Mar 2016 23:58:03 +0100 Subject: Drop support for /etc/bs-webstatus.conf It is confusing to see that conf.php are not actually used, and the separate config file does not bring much value. Also, it was not version-controlled, while conf.php is. --- conf.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf.php b/conf.php index ff94aeb..ec8f092 100644 --- a/conf.php +++ b/conf.php @@ -48,9 +48,4 @@ $theme_name = 'mageia'; /** themes directory */ $themes_dir = $g_webapp_dir . '/themes/'; -$etc_conf = '/etc/bs-webstatus.conf'; -if (is_file($etc_conf)) { - require $etc_conf; -} - $mandatory_arches = array('i586', 'x86_64'); -- cgit v1.2.1