aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.php b/include/config.php
index ccd907424..bccf0737f 100644
--- a/include/config.php
+++ b/include/config.php
@@ -29,9 +29,9 @@ function load_config($family) {
// If the DB was successfully opened, but we can't read from it,
// we must assume catastrophic failure of the DB. Report the system down.
- if($r === false) {
- system_unavailable();
- }
+// if($r === false) {
+// system_unavailable();
+// }
if($r !== false) {
if($r) {