[[IF_FILE_FRESH:filename,interval]]
Check for freshness of last modified content from a file whose name is stored in the variable location labeled as filename.
Parameters:
filename (string) may either be php variable or string value in quotes.
interval (string or numerical expression) is the time period in seconds before an unmodified file becomes stale.
Executes the following statements until ‘END_IF’ or ‘ELSE’ if true.
Examples:
[[IF_FILE_FRESH:$filename,$interval]] [[IF_FILE_FRESH:"data.txt",24*3600]][[IF_FILE_FRESH:"data.txt",$hours*3600]][[IF_FILE_FRESH:"data.txt",$minutes*60]]