block database backed sessions with mysql
This commit is contained in:
parent
85f57c80bd
commit
333f0b2aae
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@
|
|||
$err_msg = "config: DATABASE_BACKED_SESSIONS is incompatible with SINGLE_USER_MODE";
|
||||
}
|
||||
|
||||
if (DATABASE_BACKED_SESSIONS && DB_TYPE == "mysql") {
|
||||
$err_msg = "config: DATABASE_BACKED_SESSIONS are currently broken with MySQL";
|
||||
}
|
||||
|
||||
if ($err_msg) {
|
||||
print "<b>Fatal Error</b>: $err_msg\n";
|
||||
exit;
|
||||
|
|
Loading…
Reference in a new issue