summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-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');