Adding time for CSS.
This commit is contained in:
@@ -965,6 +965,7 @@ class Bootstrap
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$mtime = date ( 'U' );
|
||||||
$gmt_mtime = gmdate( "D, d M Y H:i:s", $mtime ) . " GMT";
|
$gmt_mtime = gmdate( "D, d M Y H:i:s", $mtime ) . " GMT";
|
||||||
header( 'Pragma: cache' );
|
header( 'Pragma: cache' );
|
||||||
header( 'ETag: "' . md5( $mtime . $filename ) . '"' );
|
header( 'ETag: "' . md5( $mtime . $filename ) . '"' );
|
||||||
|
|||||||
Reference in New Issue
Block a user