From 6be904e9037e06e301bed8a4a00d2c70a33633bf Mon Sep 17 00:00:00 2001 From: Frank Harris Date: Thu, 11 Jun 2026 11:54:04 -0500 Subject: [PATCH] fix xxtes error --- Panel/includes/lib_remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Panel/includes/lib_remote.php b/Panel/includes/lib_remote.php index 0e51fe69..355a0195 100644 --- a/Panel/includes/lib_remote.php +++ b/Panel/includes/lib_remote.php @@ -22,7 +22,7 @@ * */ -require_once(__DIR__ . "/Crypt/XXTEA.php"); +require_once(__DIR__ . "/../Crypt/XXTEA.php"); if (!defined('GSP_XMLRPC_READY')) { if (!function_exists('xmlrpc_encode_request') || !function_exists('xmlrpc_decode')) {