From de65909357420035fecb11b2915742abede65d86 Mon Sep 17 00:00:00 2001 From: ZIT2050 <116754905+ZIT2050@users.noreply.github.com> Date: Sun, 26 Jan 2025 19:38:07 +0100 Subject: [PATCH] fix: replace topic resource * Update csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md @official@Security Guide page not found 404 * Update src/data/roadmaps/php/content/csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md --------- Co-authored-by: Arik Chakma --- .../php/content/csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/php/content/csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md b/src/data/roadmaps/php/content/csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md index 36b5706ca..a4911df8d 100644 --- a/src/data/roadmaps/php/content/csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md +++ b/src/data/roadmaps/php/content/csrf-protection@J9yIXZTtwbFzH2u4dI1ep.md @@ -18,4 +18,4 @@ if(isset($_POST['csrf']) && $_POST['csrf'] === $_SESSION['csrf']) { Visit the following resources to learn more: -- [@official@Security Guide](https://php.net/manual/en/security.csrf.php) +- [@article@PHP Tutorial CSRF] (https://www.phptutorial.net/php-tutorial/php-csrf/)