From 5c53ce7991ed2e48c7203d69f79ea6872472cf83 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 29 Sep 2016 22:00:31 -0400 Subject: [PATCH] Redid password reset screen --- admin/password.php | 50 +++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/admin/password.php b/admin/password.php index efec81aa..49e9ee60 100644 --- a/admin/password.php +++ b/admin/password.php @@ -30,6 +30,7 @@ define('IN_SCRIPT', 1); define('HESK_PATH', '../'); +define('PAGE_TITLE', 'LOGIN'); /* Get all the required files and functions */ require(HESK_PATH . 'hesk_settings.inc.php'); @@ -236,32 +237,35 @@ if ($hesk_settings['recaptcha_use'] == 2) { } $hesk_settings['tmp_title'] = $hesk_settings['hesk_title'] . ' - ' . $hesklang['passr']; -require_once(HESK_PATH . 'inc/header.inc.php'); +require_once(HESK_PATH . 'inc/headerAdmin.inc.php'); ?> - - -
-
-