diff --git a/public/delete.php b/public/delete.php index a6f2d096..a0d6e032 100644 --- a/public/delete.php +++ b/public/delete.php @@ -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) { diff --git a/public/fun.php b/public/fun.php index 6a0dbfa0..ec86c410 100644 --- a/public/fun.php +++ b/public/fun.php @@ -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) diff --git a/public/offers.php b/public/offers.php index de6c2ca0..02fc6a54 100644 --- a/public/offers.php +++ b/public/offers.php @@ -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') diff --git a/public/subtitles.php b/public/subtitles.php index a15ddc4e..aac809ce 100644 --- a/public/subtitles.php +++ b/public/subtitles.php @@ -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)) diff --git a/public/takemessage.php b/public/takemessage.php index ff35fd88..d6726d7f 100644 --- a/public/takemessage.php +++ b/public/takemessage.php @@ -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") diff --git a/public/takesignup.php b/public/takesignup.php index 14b21240..f43dc8af 100644 --- a/public/takesignup.php +++ b/public/takesignup.php @@ -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";