mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing comment about Asset.timestamp to be accurate to the behavior.
Refs #1959
This commit is contained in:
parent
0c97df10c0
commit
5424475a73
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@
|
||||||
* Will append a querystring parameter containing the time the file was modified. This is
|
* Will append a querystring parameter containing the time the file was modified. This is
|
||||||
* useful for invalidating browser caches.
|
* useful for invalidating browser caches.
|
||||||
*
|
*
|
||||||
* Set to `true` to apply timestamps, when debug = 0, or set to 'force' to always enable
|
* Set to `true` to apply timestamps when debug > 0. Set to 'force' to always enable
|
||||||
* timestamping.
|
* timestamping regardless of debug value.
|
||||||
*/
|
*/
|
||||||
//Configure::write('Asset.timestamp', true);
|
//Configure::write('Asset.timestamp', true);
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue