summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2016-03-04 23:58:03 +0100
committerOlivier Blin <dev@blino.org>2016-03-04 23:58:03 +0100
commit7c318b9bac5cc1f2148a0480604c3825e9bf3fda (patch)
treebe977ffff59d3d512adb5910ca966a7d6eacff6d
parentd9f7210f9dcef141622dad998e9b2b1a136e8857 (diff)
downloadpkgsubmit-7c318b9bac5cc1f2148a0480604c3825e9bf3fda.tar
pkgsubmit-7c318b9bac5cc1f2148a0480604c3825e9bf3fda.tar.gz
pkgsubmit-7c318b9bac5cc1f2148a0480604c3825e9bf3fda.tar.bz2
pkgsubmit-7c318b9bac5cc1f2148a0480604c3825e9bf3fda.tar.xz
pkgsubmit-7c318b9bac5cc1f2148a0480604c3825e9bf3fda.zip
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.
-rw-r--r--conf.php5
1 files changed, 0 insertions, 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');