From 3c20dcb43c66637fe8b6d99d86e00625a37b2f3e Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Tue, 2 Oct 2012 23:13:30 -0400
Subject: [PATCH] Fix typo

---
 include/staff/login.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/staff/login.tpl.php b/include/staff/login.tpl.php
index 2b4d21ad0..b7fe6fe6e 100644
--- a/include/staff/login.tpl.php
+++ b/include/staff/login.tpl.php
@@ -22,7 +22,7 @@
     <h3><?php echo Format::htmlchars($msg); ?></h3>
     <form action="login.php" method="post">
         <?php csrf_token(); ?>
-        <input type="hidden" name="d"o value="scplogin">
+        <input type="hidden" name="do" value="scplogin">
         <fieldset>
             <input type="text" name="username" id="name" value="" placeholder="username" autocorrect="off" autocapitalize="off">
             <input type="password" name="passwd" id="pass" placeholder="password" autocorrect="off" autocapitalize="off">
-- 
GitLab