diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-05 11:31:12 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-05 11:31:12 +0200 |
commit | 8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29 (patch) | |
tree | 4ac979f9c7fdf81ee47e74431bece72a03e10250 /web/html/pkgsubmit.php | |
parent | d142ca405301c88f9467ba2aa9534952d336095e (diff) | |
download | aur-8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29.tar.gz aur-8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29.tar.xz |
Remove File_Find PEAR module from code base.
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>
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r-- | web/html/pkgsubmit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 1540c8a5..57976263 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -4,7 +4,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); include_once("config.inc"); require_once('Archive/Tar.php'); -require_once('Find.php'); include_once("aur.inc"); # access AUR common functions include_once("pkgfuncs.inc"); # package functions |