Routing in subdirectories now works. It no longer uses substr_replace() but rather just strpos(), strlen() and substr(). It also uses less variable assignment than before.
The file cache now implements the provided time to live variable properly. It also no longer adds a trailing ?> to the generated cache file.
Routing in subdirectories now works. It no longer uses
substr_replace()
but rather juststrpos()
,strlen()
andsubstr()
. It also uses less variable assignment than before.The file cache now implements the provided time to live variable properly. It also no longer adds a trailing
?>
to the generated cache file.Also updated the pagination macro.