4 lines
58 B
PHP
4 lines
58 B
PHP
|
|
<?php
|
||
|
|
file_put_contents("csp.log", "error", LOCK_EX);
|
||
|
|
?>
|