mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Put login into its own function.
Utilise login form template. Also cleaned up a couple notices. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
541ea8aacc
commit
a5a8895f49
5 changed files with 33 additions and 114 deletions
|
@ -3,7 +3,7 @@
|
|||
set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
|
||||
|
||||
include("aur.inc"); # access AUR common functions
|
||||
include("acctfuncs.inc"); # access Account specific functions
|
||||
include_once("acctfuncs.inc"); # access Account specific functions
|
||||
include("pkgfuncs_po.inc"); # Add to handle the i18n of My Packages
|
||||
include("account_po.inc"); # use some form of this for i18n support
|
||||
set_lang(); # this sets up the visitor's language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue