mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 15:31:29 +00:00
sanity check for DATABASE_BACKED_SESSIONS && SINGLE_USER_MODE
This commit is contained in:
@@ -153,14 +153,14 @@ function backend_sanity_check_callback() {
|
||||
try {
|
||||
|
||||
if (!xmlhttp.responseXML) {
|
||||
fatalError(3, "D001;" + xmlhttp.responseText);
|
||||
fatalError(3, "D001: " + xmlhttp.responseText);
|
||||
return;
|
||||
}
|
||||
|
||||
var reply = xmlhttp.responseXML.firstChild;
|
||||
|
||||
if (!reply) {
|
||||
fatalError(3, "D002;" + xmlhttp.responseText);
|
||||
fatalError(3, "D002: " + xmlhttp.responseText);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user