Changeset 3324:97f1652d6e7f for admin
- Timestamp:
- 08/24/16 14:54:50 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/csp_report.php
r3293 r3324 8 8 header('X-Content-Type-Options: "nosniff"'); 9 9 10 require dirname(__FILE__).'/../inc/admin/prepend.php'; 11 10 12 // Specify log file 11 define('LOGFILE', dirname(__FILE__).'/csp_report.txt');13 define('LOGFILE',path::real(DC_TPL_CACHE).'/csp_report.txt'); 12 14 13 15 // Get the raw POST data
Note: See TracChangeset
for help on using the changeset viewer.