You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: php-snippets.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
How to Protect a Page With Verification-Page
2
2
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.
4
4
5
5
2. Add the first snippet above the doctype declaration (<!DOCTYPE HTML>)
0 commit comments