summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-27 10:13:18 -0300
committerRenato Botelho <renato@netgate.com>2015-08-27 10:13:18 -0300
commit152d4cad19f911040a5edf9a36f4ca5d35281f2f (patch)
tree5ebac97a9edeb64f990cdae7ef052f8aea7ca2c0 /src/usr/local/www/system_advanced_admin.php
parent1fd6ed0f6603c0361cfa4f4d0b9542b9560a34d6 (diff)
parentaee36a292a950dc7715c20590c6f3eb3749cb058 (diff)
downloadpfsense-152d4cad19f911040a5edf9a36f4ca5d35281f2f.zip
pfsense-152d4cad19f911040a5edf9a36f4ca5d35281f2f.tar.gz
Merge branch 'master' into bootstrap
Diffstat (limited to 'src/usr/local/www/system_advanced_admin.php')
-rw-r--r--src/usr/local/www/system_advanced_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index e81a957..2520b1b 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -474,7 +474,7 @@ $section->addInput(new Form_Input(
))->setHelp('Note: Leave this blank for the default of 22.');
-if (!$g['enableserial_force'] && ($g['platform'] == "pfSense" || $g['platform'] == "cdrom" || file_exists("/etc/nano_use_vga.txt")))
+if (!$g['enableserial_force'] && ($g['platform'] == "pfSense" || $g['platform'] == "cdrom"))
{
$form->add($section);
$section = new Form_Section('Serial Communications');
@@ -569,4 +569,4 @@ if ($restart_webgui)
flush();
log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator."));
send_event("service restart webgui");
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud