From 918d42698513d0e5a3e72f1cbba3eded7b354629 Mon Sep 17 00:00:00 2001 From: Yannick Lyn Fatt Date: Sun, 14 Oct 2018 23:51:14 -0400 Subject: [PATCH] Remove PHP Security Cheat Sheet link This link has been marked for deletion on the OWASP website. In light of this, perhaps the link should be removed from PHP The Right Way. --- _posts/16-08-01-Sites.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index 3953aae..78362a3 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -10,7 +10,6 @@ title: Other Useful Resources * [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions -* [PHP Security Cheatsheet](https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet) ### More best practices