diff options
Diffstat (limited to 'web/html')
-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 |