kalcaddle / kodbox

kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
https://kodcloud.com
2.18k stars 373 forks source link

[kodexplorer] php 8.2.16下php_uname()的bug #259

Closed wish5115 closed 4 months ago

wish5115 commented 5 months ago

不好意思,发错位置了,删除不了,是kodexplorer

app/function/helper.function.php的第144行和151行,报错缺少参数,修改为下面才行

$system = php_uname('s');
$env = array(
  "sys"    => strtolower($system),
  "php"    => floatval(PHP_VERSION),
  "server" => $_SERVER['SERVER_SOFTWARE'],
  "lib"    => $libStr,
  "info"   => php_uname('s').';php='.PHP_VERSION,
);
kalcaddle commented 4 months ago

fixed.