@ -748,7 +748,9 @@
}
if ($subop == "sanityCheck") {
sanity_check($link);
if (sanity_check($link)) {
print "<error error-code=\"0\"/>";
if ($subop == "globalPurge") {
@ -112,6 +112,8 @@ function backend_sanity_check_callback() {
try {
alert(xmlhttp.responseText);
if (!xmlhttp.responseXML) {
fatalError(3);
return;