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')) {