Skip to content

Commit a30f722

Browse files
committed
Add a slide for escapeshellcmd()
1 parent fdbcddd commit a30f722

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

slides/escapeshellcmd.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#### `escapeshellcmd()`
2+
3+
*Escapes any meta-characters that could be used to execute arbitrary commands*
4+
5+

slides/list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"system.md",
4141
"passthru.md",
4242
"escaping-shell-commands.md",
43+
"escapeshellcmd.md",
4344
"escaping-arguments.md",
4445
"environment-variables.md",
4546
"environment-variables2.md",

slides/php-cli-tools-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### PHP-CLI Tools
1+
### PHP-CLI Tools
22

33
```php
44
#!/usr/bin/env php

0 commit comments

Comments
 (0)