1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 09:05:08 +02:00

Added setExpires option to Build.php example

This commit is contained in:
Steve Clay
2008-05-07 12:29:13 +00:00
parent d6c933e80d
commit 727f33657d

View File

@@ -29,6 +29,7 @@ require_once 'Minify/Source.php';
* // in min.php * // in min.php
* Minify::serve('Groups', array( * Minify::serve('Groups', array(
* 'groups' => $groupSources * 'groups' => $groupSources
* ,'setExpires' => (time() + 86400 * 365)
* )); * ));
* </code> * </code>
* *