|
8 | 8 | /* ====================================================================================== */ |
9 | 9 | /* |
10 | 10 | bro.xml |
11 | | - part of pfSense (https://www.pfSense.org/) |
12 | | - Copyright (C) 2016 Prosper DOKO |
13 | | - All rights reserved. |
14 | | - */ |
15 | | - /* ====================================================================================== */ |
16 | | - /* |
17 | | - Redistribution and use in source and binary forms, with or without |
18 | | - modification, are permitted provided that the following conditions are met: |
19 | | -
|
20 | | -
|
21 | | - 1. Redistributions of source code must retain the above copyright notice, |
22 | | - this list of conditions and the following disclaimer. |
23 | | -
|
24 | | - 2. Redistributions in binary form must reproduce the above copyright |
25 | | - notice, this list of conditions and the following disclaimer in the |
26 | | - documentation and/or other materials provided with the distribution. |
27 | | -
|
28 | | -
|
29 | | - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
30 | | - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
31 | | - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
32 | | - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, |
33 | | - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
34 | | - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
35 | | - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
36 | | - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
37 | | - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
38 | | - POSSIBILITY OF SUCH DAMAGE. |
| 11 | + *part of pfSense (https://www.pfSense.org/) |
| 12 | + *Copyright (c) 2018 Prosper Doko |
| 13 | + * All rights reserved. |
| 14 | + * |
| 15 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 16 | + * you may not use this file except in compliance with the License. |
| 17 | + * You may obtain a copy of the License at |
| 18 | + * |
| 19 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 20 | + * |
| 21 | + * Unless required by applicable law or agreed to in writing, software |
| 22 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 23 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 24 | + * See the License for the specific language governing permissions and |
| 25 | + * limitations under the License. |
39 | 26 | */ |
40 | 27 | /* ====================================================================================== */ |
41 | 28 | ]]> |
|
139 | 126 | <encoding>base64</encoding> |
140 | 127 | </field> |
141 | 128 | </fields> |
142 | | - <custom_php_validation_command> |
143 | | - bro_validate_general($_POST, $input_errors); |
144 | | - </custom_php_validation_command> |
145 | | - <custom_php_resync_config_command> |
146 | | - bro_settings_resync(); |
147 | | - </custom_php_resync_config_command> |
148 | 129 | <custom_php_install_command> |
149 | 130 | bro_install_command(); |
150 | 131 | </custom_php_install_command> |
151 | 132 | <custom_php_deinstall_command> |
152 | 133 | bro_deinstall_command(); |
153 | 134 | </custom_php_deinstall_command> |
| 135 | + <custom_php_validation_command> |
| 136 | + bro_validate_general($_POST, $input_errors); |
| 137 | + </custom_php_validation_command> |
| 138 | + <custom_php_resync_config_command> |
| 139 | + bro_settings_resync(); |
| 140 | + </custom_php_resync_config_command> |
154 | 141 | </packagegui> |
0 commit comments