Revision 1d333258
Added by Scott Ullrich over 15 years ago
usr/local/www/system_gateways.php | ||
---|---|---|
28 | 28 |
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
29 | 29 |
POSSIBILITY OF SUCH DAMAGE. |
30 | 30 |
*/ |
31 |
/* |
|
32 |
pfSense_MODULE: routing |
|
33 |
*/ |
|
31 | 34 |
|
32 | 35 |
##|+PRIV |
33 | 36 |
##|*IDENT=page-system-gateways |
... | ... | |
36 | 39 |
##|*MATCH=system_gateways.php* |
37 | 40 |
##|-PRIV |
38 | 41 |
|
39 |
|
|
40 | 42 |
require("guiconfig.inc"); |
41 | 43 |
|
42 |
|
|
43 | 44 |
$a_gateways = return_gateways_array(); |
44 | 45 |
$a_gateways_arr = array(); |
45 | 46 |
foreach($a_gateways as $gw) { |
Also available in: Unified diff
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on