constant DRUPAL_MAXIMUM_TEMP_FILE_AGE in Drupal 6
Same name and namespace in other branches
- 7 modules/system/system.module \DRUPAL_MAXIMUM_TEMP_FILE_AGE
Maximum age of temporary files in seconds.
1 use of DRUPAL_MAXIMUM_TEMP_FILE_AGE
- system_cron in modules/
system/ system.module - Implementation of hook_cron().
File
- modules/
system/ system.module, line 41 - Configuration system that lets administrators modify the workings of the site.
Code
define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 21600);