8 lines
237 B
PHP
8 lines
237 B
PHP
<?php
|
|
// Making sure the file is included and not accessed directly.
|
|
if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
|
header('HTTP/1.1 403 Forbidden');
|
|
die();
|
|
}
|
|
?>
|
|
</div></td></tr></table></td></tr><tr><td colspan="2">
|