4 lines
98 B
PHP
4 lines
98 B
PHP
<?php
|
|
/* Check if this is a valid include */
|
|
if (!defined('IN_SCRIPT')) {die('Invalid attempt');}
|