IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2010, 1:49:58 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Deletion parameters are now in site.php.in + doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/site.php.in

    r28043 r28616  
    1515
    1616$DBI     = "@DBI@";
     17
     18// Temporary files belonging to DELETION_USER and older than
     19// DELETION_DELAY minutes will be delayed by the
     20// delete_old_tmp_files() function (see raw/ipp.php)
     21$DELETION_USER  = "apache";
     22$DELETION_DELAY = 15;
    1723?>
Note: See TracChangeset for help on using the changeset viewer.