5 lines
65 B
PHP
5 lines
65 B
PHP
<?php
|
|
//Nothing to see here
|
|
|
|
header( 'HTTP/1.0 403 Forbidden' );
|
<?php
|
|
//Nothing to see here
|
|
|
|
header( 'HTTP/1.0 403 Forbidden' );
|