From 1ed58139f6cd7be4d45c007bebe2871a176b5bac Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 12 Mar 2007 15:57:17 +0000 Subject: [PATCH] * (bug 9256) Add a quick note to index.php header comments References documentation and main site, explains that web server is misconfigured if you're reading it, and lists copyright/license info. --- RELEASE-NOTES | 2 ++ index.php | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 22d4f27cc6..dcbfde8862 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -262,6 +262,8 @@ lighter making things easier to read. * Fix fallback implementation of mb_strlen so it works and isn't insanely slow for large strings, since it's used for page edit lengths * (bug 8815) Setting password in initUser() breaks LdapAuthentication plugin +* (bug 9256) Add a quick note to index.php header comments + == Languages updated == diff --git a/index.php b/index.php index e3b753faf6..6b4cab0558 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,39 @@