7 lines
215 B
PHP
7 lines
215 B
PHP
<?
|
|
if (!function_exists("getallheaders"))
|
|
include(dirname(__FILE__)."/headers.function.php");
|
|
|
|
require_once(dirname(__FILE__)."/lpg.headers.function.php");
|
|
require_once(dirname(__FILE__)."/lpg.csrf.token.php");
|
|
?>
|