summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_passwordmg.php
diff options
context:
space:
mode:
authorJesse White <jwhite@datavalet.com>2012-09-11 11:03:45 -0400
committerJesse White <jwhite@datavalet.com>2012-09-11 11:03:45 -0400
commitfa6a3d4da38c6295aa706985818ca2b474f87dec (patch)
treedad00db9ca36cadffbe986eafb883760bbdc4515 /usr/local/www/system_usermanager_passwordmg.php
parent2643df8d7848eefc0bb47c8c1efb7949730eac68 (diff)
downloadpfsense-fa6a3d4da38c6295aa706985818ca2b474f87dec.zip
pfsense-fa6a3d4da38c6295aa706985818ca2b474f87dec.tar.gz
Fixed the rendering in IE. Moved the head section out of the body.
Diffstat (limited to 'usr/local/www/system_usermanager_passwordmg.php')
-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