diff options
author | jim-p <jimp@pfsense.org> | 2011-04-26 14:37:43 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-04-26 14:37:43 -0400 |
commit | 7100a85c321c94e8438e7e25a2c923864b604758 (patch) | |
tree | 921153c73abcec595f6ceeed378f78b6d8f212e0 /usr | |
parent | 0b9d02f3677c78be1fe9fd16aedc3eb8f9d5c493 (diff) | |
download | pfsense-7100a85c321c94e8438e7e25a2c923864b604758.zip pfsense-7100a85c321c94e8438e7e25a2c923864b604758.tar.gz |
No need to include head.inc twice
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_advanced_sysctl.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_sysctl.php b/usr/local/www/system_advanced_sysctl.php index d2b796f..469fd96 100644 --- a/usr/local/www/system_advanced_sysctl.php +++ b/usr/local/www/system_advanced_sysctl.php @@ -122,8 +122,6 @@ if ($_POST) { } } -include("head.inc"); - $pgtitle = array(gettext("System"),gettext("Advanced: System Tunables")); include("head.inc"); |