mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Minor cleanups
* Tell user after pressing finish the new profile will be loaded
This commit is contained in:
parent
189e3bab8d
commit
b7e9ec80cb
@ -962,7 +962,7 @@
|
||||
|
||||
if($_POST['streamingmp3'] != "") {
|
||||
/* streaming mp3 media aka shoutcast */
|
||||
$othersplist[] = array('IPSEC','tcp','8000','8010','both');
|
||||
$othersplist[] = array('STREAMINGMP3','tcp','8000','8010','both');
|
||||
}
|
||||
|
||||
/* XXX: add some more protocols here! */
|
||||
@ -1004,7 +1004,7 @@
|
||||
<step>
|
||||
<id>7</id>
|
||||
<title>pfSense Traffic Shaper Wizard</title>
|
||||
<description>Summary</description>
|
||||
<description>After pressing Finish the system will load the new profile.</description>
|
||||
<fields>
|
||||
<field>
|
||||
<name>Finish</name>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user