Skip to content

Commit 0138b5a

Browse files
authored
Update README.md
1 parent d98d020 commit 0138b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ if (!empty($prompt)) {
159159
- **Argument & Environment Validation** 🔍 Restricts unauthorized input.
160160
- **Timeout Control** ⏳ Prevents long-running scripts.
161161
- **black list** for these vars `PATH,PYTHONPATH,LD_LIBRARY_PATH,LD_PRELOAD,PYTHONHOME`, can not passed .
162-
- **Uses `proc_close` as an alternative to `shell_exec`**.
162+
- **Uses `proc_open` as an alternative to `shell_exec`**.
163163

164164
### 🔧 Flexible Configuration
165165
- Centralized settings via `ConfigManager`.

0 commit comments

Comments
 (0)