diff --git a/install/install.php b/install/install.php index 3d3d62d..0a1f0f8 100755 --- a/install/install.php +++ b/install/install.php @@ -229,13 +229,13 @@ class install{ function checkphp(){ $status=true; - $version=version_compare(PHP_VERSION, '5.0.5', '>='); + $version=version_compare(PHP_VERSION, '8.1.0', '>='); $color='green'; if(!$version){ $status=false; $color='red'; } - $this->checkphp[]=array('name'=>'PHP','success'=>$color,'status'=>PHP_VERSION,'needed'=>'5.0.5'); + $this->checkphp[]=array('name'=>'PHP','success'=>$color,'status'=>PHP_VERSION,'needed'=>'8.1.0'); $gd = @gd_info(); $color='green'; if(!$gd){ @@ -456,8 +456,9 @@ class install{ $globcheck=false; $dbs='