From 5b487b32c0f488bddf01808c476ff34aab26d603 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 9 Feb 2007 09:28:35 +0000 Subject: [PATCH] Reducing the number of stat calls is all very well, but please don't introduce any remote inclusion vulnerabilities while you're at it. --- includes/GlobalFunctions.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 22237ee5c2..dbddf1f53b 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1,5 +1,9 @@