Changeset 28616 for trunk/ippMonitor/def/README
- Timestamp:
- Jul 6, 2010, 1:49:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/README
r28615 r28616 173 173 To avoid this problem, the function delete_old_tmp_files() in ipp.php 174 174 was created. It checks the /tmp directory and removes all files 175 belonging to the apache user and that are older than 15 minutes. 176 delete_old_tmp_files() is called at the beginning of the 177 autocodeImage.php template script (line 4) and is therefore present in 178 all generated plotting scripts. 175 belonging to the $DELETION_USER user and that are older than 176 $DELETION_DELAY minutes. delete_old_tmp_files() is called at the 177 beginning of the autocodeImage.php template script (line 4) and is 178 therefore present in all generated plotting scripts. 179 180 $DELETION_USER and $DELETION_DELAY are defined in site.php.in (values 181 are 'apache' and '15').
Note:
See TracChangeset
for help on using the changeset viewer.
