mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
userdetails + mybonus compatible with php8
This commit is contained in:
@@ -113,7 +113,7 @@ class Install
|
||||
|
||||
public function listRequirementTableRows()
|
||||
{
|
||||
$gdInfo = method_exists('gd_info') ? gd_info() : [];
|
||||
$gdInfo = function_exists('gd_info') ? gd_info() : [];
|
||||
$tableRows = [
|
||||
[
|
||||
'label' => 'PHP version',
|
||||
|
||||
Reference in New Issue
Block a user