DRUPAL_MAXIMUM_TEMP_FILE_AGE
in modules/system/system.module
Maximum age of temporary files in seconds.
<?php
define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 21600);
?>
Login or register to post comments in modules/system/system.module
Maximum age of temporary files in seconds.
<?php
define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 21600);
?>
Login or register to post comments