diff --git a/login.php b/login.php index 44b5102c..820d6337 100644 --- a/login.php +++ b/login.php @@ -719,9 +719,10 @@ if ($ui->st('w', 'get') == 'lo') { $query = $sql->prepare("UPDATE `settings` SET `paneldomain`=? WHERE `resellerid`=0 LIMIT 1"); $query->execute(array($webhostdomain)); - + +/* PHP 8 Workaround $params = @json_decode(licenceRequest(true)); - +*/ if (isanyadmin($admin_id) or rsellerpermisions($admin_id)) { redirect('admin.php'); } else { @@ -777,4 +778,4 @@ if (isset($include) and isset($template_to_use)) { } } -$sql = null; \ No newline at end of file +$sql = null;