Dotclear

Changeset 3324:97f1652d6e7f for plugins


Ignore:
Timestamp:
08/24/16 14:54:50 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Move CSP report to cache folder, add a maintenance task to delete it

Location:
plugins/maintenance
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/maintenance/_admin.php

    r2849 r3324  
    6161 
    6262          ->addTask('dcMaintenanceCache') 
     63          ->addTask('dcMaintenanceCSP') 
    6364          ->addTask('dcMaintenanceIndexposts') 
    6465          ->addTask('dcMaintenanceIndexcomments') 
  • plugins/maintenance/_prepend.php

    r2095 r3324  
    1919 
    2020$__autoload['dcMaintenanceCache'] = dirname(__FILE__).'/inc/tasks/class.dc.maintenance.cache.php'; 
     21$__autoload['dcMaintenanceCSP'] = dirname(__FILE__).'/inc/tasks/class.dc.maintenance.csp.php'; 
    2122$__autoload['dcMaintenanceCountcomments'] = dirname(__FILE__).'/inc/tasks/class.dc.maintenance.countcomments.php'; 
    2223$__autoload['dcMaintenanceIndexcomments'] = dirname(__FILE__).'/inc/tasks/class.dc.maintenance.indexcomments.php'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map