summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 43b3b4290..44391c482 100644
--- a/backend.php
+++ b/backend.php
@@ -3912,6 +3912,10 @@
return "config: you have enabled DISABLE_SESSIONS. Please disable this option.";
}
+ if (DATABASE_BACKED_SESSIONS && SINGLE_USER_MODE) {
+ return "config: DATABASE_BACKED_SESSIONS is incompatible with SINGLE_USER_MODE";
+ }
+
return false;
}