Skip to content

Commit d4c0828

Browse files
authored
Update php-snippets.txt
1 parent b5fb767 commit d4c0828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-snippets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
How to Protect a Page With Verification-Page
22

3-
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 on line 15 in verification.php.
3+
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 on line 21 in verification.php.
44

55
2. Add the first snippet above the doctype declaration (<!DOCTYPE HTML>)
66

0 commit comments

Comments
 (0)