1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

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

This commit is contained in:
Andrew Dolgov 2006-02-12 11:15:24 +01:00
parent 7afb0f019d
commit 3f286c4c2b
3 changed files with 7 additions and 0 deletions

View File

@ -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;
}
?>