cancel include lang/_target

This commit is contained in:
xiaomlove
2025-04-21 11:57:24 +07:00
parent e3673ef3da
commit 2265a162ef
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
require_once("../include/bittorrent.php");
dbconn();
require_once(get_langfile_path());
require_once(get_langfile_path("",true));
//require_once(get_langfile_path("",true));
loggedinorreturn();
user_can('torrent-delete', true);
function bark($msg) {

View File

@@ -2,7 +2,7 @@
require_once("../include/bittorrent.php");
dbconn();
require_once(get_langfile_path());
require_once(get_langfile_path("",true));
//require_once(get_langfile_path("",true));
loggedinorreturn();
$action=$_GET["action"];
if (!$action)

View File

@@ -2,7 +2,7 @@
require_once("../include/bittorrent.php");
dbconn();
require_once(get_langfile_path());
require_once(get_langfile_path("",true));
//require_once(get_langfile_path("",true));
loggedinorreturn();
parked();
if ($enableoffer == 'no')

View File

@@ -2,7 +2,7 @@
require "../include/bittorrent.php";
dbconn();
require_once(get_langfile_path());
require_once(get_langfile_path("",true));
//require_once(get_langfile_path("",true));
loggedinorreturn();
if (!isset($CURUSER))

View File

@@ -2,7 +2,7 @@
require "../include/bittorrent.php";
dbconn();
require_once(get_langfile_path());
require_once(get_langfile_path("",true));
//require_once(get_langfile_path("",true));
loggedinorreturn();
if ($_SERVER["REQUEST_METHOD"] != "POST")

View File

@@ -3,7 +3,7 @@
require_once("../include/bittorrent.php");
dbconn();
cur_user_check ();
require_once(get_langfile_path("",true));
//require_once(get_langfile_path("",true));
require_once(get_langfile_path("", false, get_langfolder_cookie()));
$isPreRegisterEmailAndUsername = get_setting("system.is_invite_pre_email_and_username") == "yes";