Adding time for CSS.

This commit is contained in:
ralph
2012-11-22 10:32:22 -04:00
parent 0a6174738b
commit acc8676d87

View File

@@ -965,6 +965,7 @@ class Bootstrap
}
}
$mtime = date ( 'U' );
$gmt_mtime = gmdate( "D, d M Y H:i:s", $mtime ) . " GMT";
header( 'Pragma: cache' );
header( 'ETag: "' . md5( $mtime . $filename ) . '"' );