AntiBK/engline/token/bootstrap.php
Igor Barkov (iwork) d0b334a426 Upload code
2021-02-11 17:11:12 +02:00

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");
?>