This commit is contained in:
sparkyx 2023-07-30 17:46:59 +02:00
parent 153c7b98d0
commit 7192013a7e
2 changed files with 4 additions and 0 deletions

View file

@ -38,6 +38,9 @@
if ( ! defined('ALLOWED')) define ('ALLOWED',1);
require_once '../include/constant.php';
global $dirname;
require_once $dirname."/lib/ac_common.php";
global $http;
$http=new HttpInput();