mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix compatibility with php8
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ require "include/bittorrent.php";
|
||||
dbconn();
|
||||
failedloginscheck ("Re-send",true);
|
||||
|
||||
$langid = 0 + $_GET['sitelanguage'];
|
||||
$langid = $_GET['sitelanguage'] ?? 0;
|
||||
if ($langid)
|
||||
{
|
||||
$lang_folder = validlang($langid);
|
||||
|
||||
Reference in New Issue
Block a user