mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
started working on the pkgsearch
This commit is contained in:
parent
252855ad9c
commit
9c6ec26c32
5 changed files with 230 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
<?
|
||||
include("aur.inc"); # access AUR common functions
|
||||
include("pkgs.inc"); # package specific functions
|
||||
include("search_po.inc"); # use some form of this for i18n support
|
||||
set_lang(); # this sets up the visitor's language
|
||||
check_sid(); # see if they're still logged in
|
||||
|
@ -35,6 +36,7 @@ if ($atype && $_REQUEST["Action"] == "Something") {
|
|||
# do the default thing - give the user a search form that they
|
||||
# can specify: location, category, maintainer, name, 'my pkgs'
|
||||
#
|
||||
pkg_search_page();
|
||||
}
|
||||
print __("Under construction...")."<br/>\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue