Dotclear


Ignore:
Timestamp:
12/28/16 14:51:27 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.11
Message:

Fix new path of CSP report for maintenance deletion task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/maintenance/inc/tasks/class.dc.maintenance.csp.php

    r3324 r3477  
    2727     public function execute() 
    2828     { 
    29           $csp_file = path::real(DC_TPL_CACHE).'/csp_report.txt'; 
     29          $csp_file = path::real(DC_VAR).'/csp/csp_report.json'; 
    3030          if (file_exists($csp_file)) { 
    3131               unlink($csp_file); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map