summaryrefslogtreecommitdiffstats
path: root/web/lib/Find.php
AgeCommit message (Collapse)AuthorFilesLines
2011-04-05Remove File_Find PEAR module from code base.Lukas Fleischer1-485/+0
We removed the code depending on this a long time ago - drop it and add some note to "UPGRADING". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2008-07-28Include File/Find.php PEAR module1.5.2Simo Leone1-0/+485
Since this module requires root to install system-wide, and is somewhat rare, it's better to just include it in the AUR code itself. Signed-off-by: Simo Leone <simo@archlinux.org>