7 lines
77 B
PHP
7 lines
77 B
PHP
<?php
|
|
|
|
if(!defined('ABSPATH')) {
|
|
header('HTTP/1.0 403 Forbidden');
|
|
exit;
|
|
}
|