summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2012-09-11 09:47:29 -0700
committerJim P <jim@pingle.org>2012-09-11 09:47:29 -0700
commit8736e7a1f5df1ebef062ff0af85ab1a1f4a29c89 (patch)
treedad00db9ca36cadffbe986eafb883760bbdc4515
parent2643df8d7848eefc0bb47c8c1efb7949730eac68 (diff)
parentfa6a3d4da38c6295aa706985818ca2b474f87dec (diff)
downloadpfsense-8736e7a1f5df1ebef062ff0af85ab1a1f4a29c89.zip
pfsense-8736e7a1f5df1ebef062ff0af85ab1a1f4a29c89.tar.gz
Merge pull request #221 from j-white/master
Fixed the rendering in IE for the password management page.
-rw-r--r--usr/local/www/system_usermanager_passwordmg.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_passwordmg.php b/usr/local/www/system_usermanager_passwordmg.php
index b8b3f76..0d64599 100644
--- a/usr/local/www/system_usermanager_passwordmg.php
+++ b/usr/local/www/system_usermanager_passwordmg.php
@@ -70,11 +70,12 @@ foreach($config['system']['user'] as $user)
if($user['name'] == $_SESSION['Username'])
$islocal = true;
+include("head.inc");
+
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
<?php
-include("head.inc");
include("fbegin.inc");
if ($input_errors)
OpenPOWER on IntegriCloud