Rev 408 |
Rev 410 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 409 2023-03-13 08:21:59
- Author: liveuser
- Log message:
- -- Power by QBPWCF
增加 external.php 檔案的 external 類別的 callShell 函式的檢查機制,如果要執行的指令找不到也會回傳錯誤.
修正 cmd.php 檔案的 cmd 類別的 chmod 函式的參數檢查出錯問題.
修正 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式的回傳變數找不到問題.
調整 fileAccess.php 檔案的 fileAccess 類別的 delFile 函料的回傳內容格式.
增加 fileAccess.php 檔案的 fileAccess 類別的 delFile 函料允許刪除資料夾或軟連結的參數.
調整 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式的說明.
新增 fileAccess.php 檔案的 fileAccess 類別的 getRelativePath 函式的 baseFrom 參數,提供取得相對於 baseFrom 的相對位置.
修正 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式建立的軟連結指向目標錯誤的問題.
修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式會將找不到目標的軟連結視為不存在的問題.
修正 fileAccess.php 檔案的 fileAccess 類別的 createMultiLinkInDir 函式的語法.