From: Brion Vibber Date: Fri, 6 Aug 2004 21:19:24 +0000 (+0000) Subject: Protect Language.php against external execution. I don't think it's exploitable X-Git-Tag: 1.5.0alpha1~2496 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=6a84ca8fc8c48fb6d068f2f03f6bf1d326e3cd47;p=lhc%2Fweb%2Fwiklou.git Protect Language.php against external execution. I don't think it's exploitable with register_globals, but it feels better to have it locked off. --- diff --git a/languages/Language.php b/languages/Language.php index f52ac7dbc8..2366c187bf 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1,4 +1,6 @@