diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-16 21:48:34 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-16 21:48:34 +0000 |
commit | 930c9c3df3a00f5db0461ef53d22090a2747f27f (patch) | |
tree | 39dac60b2bca0eb83f11021395fe3236e7c556a4 /usr/local/www | |
parent | c77e6b302cd2274f27b1d1d68ad1dde2f599d11f (diff) | |
download | pfsense-930c9c3df3a00f5db0461ef53d22090a2747f27f.zip pfsense-930c9c3df3a00f5db0461ef53d22090a2747f27f.tar.gz |
Clean up leftovers from nat.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/pkg_mgr.php | 4 | ||||
-rwxr-xr-x | usr/local/www/pkg_mgr_install.php | 4 | ||||
-rwxr-xr-x | usr/local/www/pkg_mgr_installed.php | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index fecfec8..8516c0e 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -72,10 +72,6 @@ $config = $config_tmp; <p class="pgtitle">System: Package Manager</p> <form action="firewall_nat_out_load_balancing.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> -<?php if (file_exists($d_natconfdirty_path)): ?><p> -<?php print_info_box_np("The Package Manager configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br> -<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p> -<?php endif; ?> <?php $configa = $config; diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php index 732e988..93140ed 100755 --- a/usr/local/www/pkg_mgr_install.php +++ b/usr/local/www/pkg_mgr_install.php @@ -166,10 +166,6 @@ $config = $config_tmp; <p class="pgtitle">System: Package Manager: Install Package</p> <form action="firewall_nat_out_load_balancing.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> -<?php if (file_exists($d_natconfdirty_path)): ?><p> -<?php print_info_box_np("The Package Manager configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br> -<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p> -<?php endif; ?> <?php if(!file_exists("/tmp/pkg_config.xml")) { mwexec("cd {$g['tmp_path']} && /usr/bin/fetch \"http://www.pfsense.com/packages/pkg_config.xml\" >/dev/null 2>&1 "); diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php index 07274ac..4f40fd1 100755 --- a/usr/local/www/pkg_mgr_installed.php +++ b/usr/local/www/pkg_mgr_installed.php @@ -49,10 +49,6 @@ $config = $config_tmp; <p class="pgtitle">System: Package Manager</p> <form action="firewall_nat_out_load_balancing.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> -<?php if (file_exists($d_natconfdirty_path)): ?><p> -<?php print_info_box_np("The Package Manager configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br> -<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p> -<?php endif; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <ul id="tabnav"> <li class="tabinact"><a href="pkg_mgr.php">Available Packages</a></li> |