diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-30 09:32:18 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-30 09:32:18 -0700 |
| commit | 59b5a0549635aa5c8320707cec75612746debdd0 (patch) | |
| tree | d1a6294420d028fe327a82b2213cbd744ce6fab4 /modules/gallery/views | |
| parent | ddf8734a414e4d426232e6dec9137eac8dcf0bb7 (diff) | |
Rename the login helper to auth. Create a login and logout helper function to allow for programmically login in and out.
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/maintenance.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/maintenance.html.php b/modules/gallery/views/maintenance.html.php index 2fdc40a3..6351b6ab 100644 --- a/modules/gallery/views/maintenance.html.php +++ b/modules/gallery/views/maintenance.html.php @@ -43,7 +43,7 @@ <p> <?= t("This site is currently only accessible by site administrators.") ?> </p> - <?= login::get_form("login/auth_html") ?> + <?= auth::get_login_form("login/auth_html") ?> </body> </html> |
