<?php /** * The requested file is static, so we need to set some headers to enforce browser * caching and then ouput the contents of the file. */ import::routes(); $resource_file = str_replace('public/', '', ROUTES_CURRENTURI); import::resource($resource_file);