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

libreoffice无法从javaldx读取路径及中文文件无法打开 #150

Closed banias123 closed 1 year ago

banias123 commented 1 year ago

1.添加了$script = 'export HOME=/tmp,参考https://www.cnpython.com/qa/1290476 2.basename函数不支持中文,改为substr(end(explode('/', $file)), 0, -strlen('.'.$ext))