comparison 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
comparison
equal deleted inserted replaced
58:ba5afd9ff24e 59:0e157721bbad
57 $parent->insertBefore($clonedChild, $param); 57 $parent->insertBefore($clonedChild, $param);
58 } 58 }
59 $parent->removeChild($param); 59 $parent->removeChild($param);
60 } 60 }
61 } 61 }
62 $master = getFiles($master, $options);
62 63
63 if (CACHING && $cacheable) 64 if (CACHING && $cacheable)
64 $options->getCache()->CheckHttpModified(); 65 $options->getCache()->CheckHttpModified();
65 66
66 print $master->saveXml($master); 67 print $master->saveXml($master);