Changeset 3477:1495471ce778 for plugins/maintenance
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.csp.php
r3324 r3477 27 27 public function execute() 28 28 { 29 $csp_file = path::real(DC_ TPL_CACHE).'/csp_report.txt';29 $csp_file = path::real(DC_VAR).'/csp/csp_report.json'; 30 30 if (file_exists($csp_file)) { 31 31 unlink($csp_file);
Note: See TracChangeset
for help on using the changeset viewer.