cancel require lang/_target

This commit is contained in:
xiaomlove
2025-04-24 18:11:59 +07:00
parent b3aeaf04b4
commit c29865aea5
5 changed files with 5 additions and 5 deletions

View File

@@ -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"] ?? '');

View File

@@ -1,7 +1,7 @@
<?php
require "../include/bittorrent.php";
dbconn();
require(get_langfile_path("",true));
//require(get_langfile_path("",true));
loggedinorreturn();
function puke()

View File

@@ -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));
loggedinorreturn();
parked();

View File

@@ -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));
loggedinorreturn();
user_can('askreseed', true);

View File

@@ -5,7 +5,7 @@ require_once("../include/bittorrent.php");
ini_set("upload_max_filesize",$max_torrent_size);
dbconn();
require_once(get_langfile_path());
require(get_langfile_path("",true));
//require(get_langfile_path("",true));
loggedinorreturn();
function bark($msg) {