The SSI #config tag is used to set configuration parameters for other SSI tags. The tag takes one or more of the following attributes: sizefmt=size_format, timefmt=time_format, errmsg=error. The size format is either 'bytes' (plain byte count) or 'abbrev' (use size suffixes), the time format is a strftime format string, and the error message is the message to return if a parse error is encountered. |