From c29865aea5d2bc22f514708f7f2b1411336ffced Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Thu, 24 Apr 2025 18:11:59 +0700 Subject: [PATCH] cancel require lang/_target --- public/comment.php | 2 +- public/modtask.php | 2 +- public/mybonus.php | 2 +- public/takereseed.php | 2 +- public/takeupload.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/comment.php b/public/comment.php index 275c41ac..ebbd0c92 100644 --- a/public/comment.php +++ b/public/comment.php @@ -2,7 +2,7 @@ require_once("../include/bittorrent.php"); dbconn(); require_once(get_langfile_path()); -require(get_langfile_path("",true)); +//require(get_langfile_path("",true)); $action = htmlspecialchars($_GET["action"]); $sub = htmlspecialchars($_GET["sub"] ?? ''); diff --git a/public/modtask.php b/public/modtask.php index 89af9c99..ccd0d6dd 100644 --- a/public/modtask.php +++ b/public/modtask.php @@ -1,7 +1,7 @@