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 @@