From f938f30ff922e5073f71cd80a70ad74b7d8f93f5 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 17:28:21 +0100 Subject: Fixed strange snapping on refresh. Moving images into img. Now providing font ourselve --- www/login.php | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'www/login.php') diff --git a/www/login.php b/www/login.php index 8534887..df50166 100644 --- a/www/login.php +++ b/www/login.php @@ -17,17 +17,26 @@
-

Log in

- Invalid username or password '; - }elseif(isset($_GET['reason']) && $_GET['reason'] == 'logout'){ - echo '

Sucessfully logged out.

'; - }?> +
+

Log in

+ Invalid username or password + '; + }elseif(isset($_GET['reason']) && $_GET['reason'] == 'logout'){ + echo '

Sucessfully logged out.

+ '; + }elseif(isset($_GET['reason']) && $_GET['reason'] == 'database'){ + echo '

Internal Error. Please contact admin

+ '; + }?> +
'; + echo ' + '; }else{ - echo ''; + echo ' + '; }?> -- cgit v1.2.3