Changeset 3874:ab8368569446 for admin/csp_report.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/csp_report.php
r3731 r3874 93 93 94 94 // Prettify the JSON-formatted data 95 $violation = array_merge( array('hash' => $hash), $data['csp-report']);95 $violation = array_merge(['hash' => $hash], $data['csp-report']); 96 96 $output = json_encode($violation, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); 97 97
Note: See TracChangeset
for help on using the changeset viewer.