From: Andrew Dolgov Date: Fri, 8 Dec 2006 05:36:10 +0000 (+0100) Subject: block database backed sessions with mysql X-Git-Tag: 1.2.6~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=333f0b2aae2ed1fc26493562d0e81ea8b07282c9;p=tt-rss.git block database backed sessions with mysql --- diff --git a/sanity_check.php b/sanity_check.php index 7bc40520..53193a2d 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -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 "Fatal Error: $err_msg\n"; exit;