You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a cache entry is written to the database the crdate field is populated with the value of time(). This is inappropriate as it's not possible to track down requests that created the cache entries as the timestamps in the access log of the webserver would differ.
You should use $GLOBALS['EXEC_TIME'] instead.
The text was updated successfully, but these errors were encountered:
When a cache entry is written to the database the crdate field is populated with the value of time(). This is inappropriate as it's not possible to track down requests that created the cache entries as the timestamps in the access log of the webserver would differ.
You should use $GLOBALS['EXEC_TIME'] instead.
The text was updated successfully, but these errors were encountered: