summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-10-23 22:41:50 +0000
committerErmal Luçi <eri@pfsense.org>2008-10-23 22:41:50 +0000
commit432bd199e78a13bab59f1373c5b417a5dab7e940 (patch)
tree15b1accc17dc58ad73f68dd31ff232583e5a9226 /usr/local/www/system_advanced_misc.php
parentabb31ea43d7a0a723155612e5b6d18b755f630f7 (diff)
downloadpfsense-432bd199e78a13bab59f1373c5b417a5dab7e940.zip
pfsense-432bd199e78a13bab59f1373c5b417a5dab7e940.tar.gz
Remove ocurrences of m0n0 for shaper type in the code.
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-rw-r--r--usr/local/www/system_advanced_misc.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index d9048d4..3de4de4 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -147,25 +147,6 @@ include("head.inc");
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
-<?php
-/*
- <tr>
- <td colspan="2" valign="top" class="listtopic">Traffic Shaper</td>
- </tr>
- <tr>
- <td width="22%" valign="top" class="vncell">Traffic shaper type</td>
- <td width="78%" class="vtable">
- <select name="shapertype" class="formselect">
- <option value="pfSense"<?php if($pconfig['shapertype'] == 'pfSense') echo " selected"; ?>><?= $g['product_name'] ?> (ALTQ)</option>
- <option value="m0n0"<?php if($pconfig['shapertype'] == 'm0n0') echo " selected"; ?>>M0n0wall (dummynet)</option>
- </select>
- </td>
- </tr>
- <tr>
- <td colspan="2" class="list" height="12">&nbsp;</td>
- </tr>
-*/
-?>
<tr>
<td colspan="2" valign="top" class="listtopic">IP Security</td>
</tr>
OpenPOWER on IntegriCloud