diff index.php @ 59:0e157721bbad

Change the way we parse input files, preparing for more reasonable caching strategy.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 16:40:03 +0200
parents 0f1e08cdfff2
children b7efe2ecbc11
line wrap: on
line diff
--- a/index.php	Thu Oct 11 13:04:53 2012 +0200
+++ b/index.php	Thu Oct 11 16:40:03 2012 +0200
@@ -59,6 +59,7 @@
     $parent->removeChild($param);
   }
 }
+$master = getFiles($master, $options);
 
 if (CACHING && $cacheable)
   $options->getCache()->CheckHttpModified();