mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
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>
This commit is contained in:
parent
d142ca4053
commit
8b4b2d207e
4 changed files with 7 additions and 490 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue