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: readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,11 @@ This will add CSRFP (library will be downloaded at ./vendor/owasp/csrf-protector
26
26
Configuration
27
27
==========
28
28
For composer installations: Copy the config.sample.php file into your root folder at config/csrf_config.php
29
-
For non-composer installations: Copy the libs/csrf/config.sample.php file into libs/csrc/config.php
29
+
For non-composer installations: Copy the `libs/csrf/config.sample.php` file into `libs/csrf/config.php`
30
30
Edit config accordingly. See Detailed Information link below.
31
31
32
+
[Link to wiki - Editing Configurations & Mandatory requirements before using this library](https://github.com/mebjas/CSRF-Protector-PHP/wiki/Configurations)
0 commit comments