jquery/test/data/support/csp-log.php

4 lines
58 B
PHP
Raw Normal View History

<?php
file_put_contents("csp.log", "error", LOCK_EX);
?>