Commit: b0f9757d88a6bed24fff3c17e41298340ba1144f Author: Anatol Belski <[email protected]> Mon, 19 Dec 2016 16:31:15 +0100 Parents: 0eaa68643bb16b90cbd3e0f06a487025fd9c0b0b Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=b0f9757d88a6bed24fff3c17e41298340ba1144f Log: link the security document Changed paths: M www/index.php Diff: diff --git a/www/index.php b/www/index.php index fb9acc6..dc00fb7 100644 --- a/www/index.php +++ b/www/index.php @@ -51,6 +51,10 @@ if (bugid > 0) { <li> Read our tips on <a href="how-to-report.php">how to report a bug that someone will want to help fix</a>. </li> + + <li> + Read the <a href="https://wiki.php.net/security">security guidelines</a>, if you think an issue might be security related. + </li> <li> See how to get a backtrace in case of a crash: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
