skip counters output when number of unread articles at backend equals frontend, move tools to utils/ folder

master
Andrew Dolgov 19 years ago
parent 7afb0f019d
commit 3f286c4c2b

@ -12,4 +12,11 @@
subdirectory of TT-RSS tree.";
exit;
}
if (file_exists("xml-export.php") || file_exists("xml-import.php")) {
print "<b>Fatal Error</b>: XML Import/Export tools (<b>xml-export.php</b>
and <b>xml-import.php</b>) could be used maliciously. Please remove them
from your TT-RSS instance.";
exit;
}
?>

Loading…
Cancel
Save