Skip to content

Commit 99e6c28

Browse files
authored
Update php-snippets.md
1 parent d4c0828 commit 99e6c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
See [README.md](README.md) before continuing on this page or see the [plain text](php-snippets.txt) version.
44

5-
1. Add the full path of the page you want to protect (including the PHP filename; it can't just be folder names, it should look like `/foo/bar.php` or `/bar.php`) to the [`$whitelist` array](verification.php#L15) on line 15 in [verification.php](verification.php).
5+
1. Add the full path of the page you want to protect (including the PHP filename; it can't just be folder names, it should look like `/foo/bar.php` or `/bar.php`) to the [`$whitelist` array](verification.php#L21) in [verification.php](verification.php).
66

77
2. Add the first snippet above the doctype declaration (`<!DOCTYPE HTML>`)
88

0 commit comments

Comments
 (0)