Changeset 3452:b4e6ee6b9851 for admin/csp_report.php
- Timestamp:
- 12/12/16 16:00:47 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/csp_report.php
r3451 r3452 57 57 return; 58 58 } 59 fprintf($fp,'%s',$data); 59 // Add an ending comma to JSon encoding data 60 // The file content should be enclosed in brackets [] before beeing decoded 61 fprintf($fp,'%s,',$data); 60 62 } catch (Exception $e) { 61 63 return;
Note: See TracChangeset
for help on using the changeset viewer.