From: Tim Starling Date: Fri, 9 Feb 2007 09:28:35 +0000 (+0000) Subject: Reducing the number of stat calls is all very well, but please don't introduce any... X-Git-Tag: 1.31.0-rc.0~54090 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=5b487b32c0f488bddf01808c476ff34aab26d603;p=lhc%2Fweb%2Fwiklou.git Reducing the number of stat calls is all very well, but please don't introduce any remote inclusion vulnerabilities while you're at it. --- 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 @@