Changed compression state logic

This commit is contained in:
Michiel Broek
2005-09-04 12:53:57 +00:00
parent 71c658efdb
commit 9d5c36efb0
4 changed files with 160 additions and 115 deletions

View File

@@ -627,9 +627,6 @@ void HtmlIndex(char *Lang)
snprintf(temp, PATH_MAX, "%s/index.html", area.Path);
obj_time = (int) file_time(temp);
if (strncmp(CFG.ftp_base, area.Path, strlen(CFG.ftp_base)) == 0)
Syslog('f', "Area %d index.html is %s", i, (obj_time < db_time) ? "outdated" : "up todate");
/*
* Create index.html pages in each available download area when not up to date.
*/