mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:35:55 +00:00
skip counters output when number of unread articles at backend equals frontend, move tools to utils/ folder
This commit is contained in:
@@ -12,4 +12,11 @@
|
|||||||
subdirectory of TT-RSS tree.";
|
subdirectory of TT-RSS tree.";
|
||||||
exit;
|
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;
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user