Files
2026-04-28 15:13:50 +02:00

9 lines
108 B
PHP

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Nothing to see here
header( 'HTTP/1.0 403 Forbidden' );