Last active
December 21, 2015 15:39
-
-
Save ericrange/6327875 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* include the csscache lib */ | |
include("csscache.php"); | |
/* optional, make sure caching is turned on. | |
It's not necessary but improves the browser performance. */ | |
header("Cache-Control: public"); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment