KodExplorer icon indicating copy to clipboard operation
KodExplorer copied to clipboard

A web based file manager,web IDE / browser based code editor

Results 5 KodExplorer issues
Sort by recently updated
recently updated
newest added

Fixed the problem of no file name when downloading using public links.

this project run in docker compose deployment setup

``` GET /index.php?user/login HTTP/1.1 Host: 192.168.160.130:6699 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8 Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2 Accept-Encoding: gzip, deflate Connection: close Cookie: APP_HOST=http://192.168.160.130:6699/">alert(9876) Upgrade-Insecure-Requests: 1 ```...

app/function/helper.function.php的第144行和151行,报错缺少参数,修改为下面才行 ```php $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, ); ```

Warning: Undefined array key "script" in /www/KodExplorer/plugins/adminer/adminer/index.php on line 171 Warning: Undefined array key "HTTP_X_FORWARDED_PREFIX" in /www/KodExplorer/plugins/adminer/adminer/index.php on line 171 Warning: Undefined array key "HTTPS" in /www/KodExplorer/plugins/adminer/adminer/index.php on line 171...