Rev 401 |
Rev 403 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 402 2023-03-07 12:35:24
- Author: liveuser
- Log message:
- -- Power by QBPWCF
新增 install.php 檔案,提供自動安裝套件的功能.
新增 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式,提供建立軟連結的功能.
增加 external.php 檔案的 external 類別的 callShellMulti 函式的 sameShell 參數,提供在同 shell 環境下執行指令的功能.
修改 external.php 檔案的 external 類別的 callShellMulti 函式的回傳結果.
重新實作 cmd.php 檔案的 cmd 類別的 cp 函式,加強安全性.
新增 cmd.php 檔案的 cmd 類別的 chmod 函式,提供 linux 下的 chmod 指令功能.
標準化 fileAccess.php 檔案的 fileAccess 類別的 writeMultiLine 函式的註解.
新增 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式,提供更新檔案內容的功能.
修正 fileAccess.php 檔案的 fileAccess 類別的 getList 函式的註解內容.
新增 fileAccess.php 檔案的 fileAccess 類別的 createMultiLinkInDir 函式,提供依照目錄建立多個軟連結的功能.
新增 cmd.php 檔案的 cmd 類別的 uuid 函式,提供 linux 下的 uuid 指令功能.
增加 cmd.php 檔案的 cmd 類別的 systemd 函式的 reload daemon 功能.