mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix php8 compatibility
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ require_once(get_langfile_path());
|
||||
if ($enabledonation != 'yes')
|
||||
stderr($lang_donate['std_sorry'], $lang_donate['std_do_not_accept_donation']);
|
||||
|
||||
$do = $_GET['do'];
|
||||
$do = $_GET['do'] ?? '';
|
||||
|
||||
if ($do == 'thanks') {
|
||||
stderr($lang_donate['std_success'], $lang_donate['std_donation_success_note_one']."<a href=\"sendmessage.php?receiver=".$ACCOUNTANTID."\"><b>".$lang_donate['std_here']."</b></a>".$lang_donate['std_donation_success_note_two'], false);
|
||||
|
||||
Reference in New Issue
Block a user