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
|
@ -603,7 +603,6 @@ function display_account_info($U="",$T="",
|
|||
/*
|
||||
* Returns SID (Session ID) and error (error message) in an array
|
||||
* SID of 0 means login failed.
|
||||
* There should be a better way of doing this...I think
|
||||
*/
|
||||
function try_login() {
|
||||
$login_error = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue