MBTiles and MapTiler folder hosting with TileJSON, OGC WMTS, UTFGrid interaction and web interface. QGIS & ESRI ArcGIS compatible. Runs on any Apache+PHP webhosting. MapBox Studio Vector Tiles hosting.
This is a performance thing and it does not make sense to do that. There can be an optional variable in the config to turn fo last modified but IMHO it will be ton usable too much
Old: ` if ($this->isModified($tileset) == true) {
`
new: ` if ($this->isModified($tileset) == TRUE) {
`