mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
cancel require lang/_target
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
require_once("../include/bittorrent.php");
|
require_once("../include/bittorrent.php");
|
||||||
dbconn();
|
dbconn();
|
||||||
require_once(get_langfile_path());
|
require_once(get_langfile_path());
|
||||||
require(get_langfile_path("",true));
|
//require(get_langfile_path("",true));
|
||||||
|
|
||||||
$action = htmlspecialchars($_GET["action"]);
|
$action = htmlspecialchars($_GET["action"]);
|
||||||
$sub = htmlspecialchars($_GET["sub"] ?? '');
|
$sub = htmlspecialchars($_GET["sub"] ?? '');
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
require "../include/bittorrent.php";
|
require "../include/bittorrent.php";
|
||||||
dbconn();
|
dbconn();
|
||||||
require(get_langfile_path("",true));
|
//require(get_langfile_path("",true));
|
||||||
loggedinorreturn();
|
loggedinorreturn();
|
||||||
|
|
||||||
function puke()
|
function puke()
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
require_once('../include/bittorrent.php');
|
require_once('../include/bittorrent.php');
|
||||||
dbconn();
|
dbconn();
|
||||||
require_once(get_langfile_path());
|
require_once(get_langfile_path());
|
||||||
require(get_langfile_path("",true));
|
//require(get_langfile_path("",true));
|
||||||
loggedinorreturn();
|
loggedinorreturn();
|
||||||
parked();
|
parked();
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
require_once("../include/bittorrent.php");
|
require_once("../include/bittorrent.php");
|
||||||
dbconn();
|
dbconn();
|
||||||
require_once(get_langfile_path());
|
require_once(get_langfile_path());
|
||||||
require(get_langfile_path("",true));
|
//require(get_langfile_path("",true));
|
||||||
loggedinorreturn();
|
loggedinorreturn();
|
||||||
user_can('askreseed', true);
|
user_can('askreseed', true);
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ require_once("../include/bittorrent.php");
|
|||||||
ini_set("upload_max_filesize",$max_torrent_size);
|
ini_set("upload_max_filesize",$max_torrent_size);
|
||||||
dbconn();
|
dbconn();
|
||||||
require_once(get_langfile_path());
|
require_once(get_langfile_path());
|
||||||
require(get_langfile_path("",true));
|
//require(get_langfile_path("",true));
|
||||||
loggedinorreturn();
|
loggedinorreturn();
|
||||||
|
|
||||||
function bark($msg) {
|
function bark($msg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user