mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Include File/Find.php PEAR module
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>
This commit is contained in:
parent
4372ddb914
commit
c85dfacc74
2 changed files with 487 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
|
||||
include("config.inc");
|
||||
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
|
||||
require('Archive/Tar.php');
|
||||
require('File/Find.php');
|
||||
require('Find.php');
|
||||
|
||||
include("aur.inc"); # access AUR common functions
|
||||
include("submit_po.inc"); # use some form of this for i18n support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue