Add a pfSense php shell playback script to show the gateway status. Ticket #7046

This commit is contained in:
jim-p 2016-12-28 13:52:15 -05:00
parent 5ab3fb16e8
commit bdc16e2692

View File

@ -0,0 +1,3 @@
require_once("gwlb.inc");
global $argv;
echo return_gateways_status_text(true, ($argv[3] == "brief"));