summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.php b/conf.php
index 856b192..043e859 100644
--- a/conf.php
+++ b/conf.php
@@ -52,3 +52,5 @@ $etc_conf = '/etc/bs-webstatus.conf';
if (is_file($etc_conf)) {
require $etc_conf;
}
+
+$mandatory_arches = array('i586', 'x86_64');