SimpleMachines / smCore

Other
22 stars 11 forks source link

Routing in subdirectories and file cache changes #10

Closed Sorck closed 12 years ago

Sorck commented 12 years ago

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.

Also updated the pagination macro.