summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2015-11-22 20:59:36 +0000
committerLuke Bratch <luke@bratch.co.uk>2015-11-22 20:59:36 +0000
commitee66f2046089f2dce3d84185a3807f2711319d66 (patch)
tree7e4f4f836780d70b665bce1043049b0f703d6b08 /index.php
parentff74d82b3399ab6b559fc9d2d8aba1695973c6b4 (diff)
Allow for a configurable logon page title
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index dd5026c..d518bbc 100644
--- a/index.php
+++ b/index.php
@@ -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();