diff options
author | Luke Bratch <luke@bratch.co.uk> | 2015-11-22 20:59:36 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2015-11-22 20:59:36 +0000 |
commit | ee66f2046089f2dce3d84185a3807f2711319d66 (patch) | |
tree | 7e4f4f836780d70b665bce1043049b0f703d6b08 /index.php | |
parent | ff74d82b3399ab6b559fc9d2d8aba1695973c6b4 (diff) |
Allow for a configurable logon page title
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ if ($_POST && $pass) { ?> <html> <head> -<title>Irn-Bru</title> +<title><?php echo $logontitle ?></title> <script type="text/javascript"> function formfocus() { document.getElementById('password').focus(); |