From: Alexandre Emsenhuber Date: Sun, 19 Jul 2009 19:48:08 +0000 (+0000) Subject: add includes/upload/ to findhooks.php's path list X-Git-Tag: 1.31.0-rc.0~40832 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=29bc8b20a17e4522275773d4233b61d1880cb9d0;p=lhc%2Fweb%2Fwiklou.git add includes/upload/ to findhooks.php's path list --- diff --git a/maintenance/findhooks.php b/maintenance/findhooks.php index 64fe9a549b..debeca1294 100644 --- a/maintenance/findhooks.php +++ b/maintenance/findhooks.php @@ -34,6 +34,7 @@ $pathinc = array( $IP.'/includes/filerepo/', $IP.'/includes/parser/', $IP.'/includes/specials/', + $IP.'/includes/upload/', $IP.'/languages/', $IP.'/maintenance/', $IP.'/skins/',