1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 21:29:15 +00:00

some searchbox focus workarouns, content hash checking is optional now

This commit is contained in:
Andrew Dolgov
2005-08-25 15:12:10 +01:00
parent da61567a39
commit 36bf74967c
4 changed files with 11 additions and 2 deletions

View File

@@ -8,5 +8,6 @@
define(ICONS_DIR, "icons");
define(ICONS_URL, "icons");
define(PURGE_OLD_DAYS, 30);
define(UPDATE_POST_ON_CHECKSUM_CHANGE, true);
?>