mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add a pfSense php shell playback script to show the gateway status. Ticket #7046
This commit is contained in:
parent
5ab3fb16e8
commit
bdc16e2692
3
src/etc/phpshellsessions/gatewaystatus
Normal file
3
src/etc/phpshellsessions/gatewaystatus
Normal file
@ -0,0 +1,3 @@
|
||||
require_once("gwlb.inc");
|
||||
global $argv;
|
||||
echo return_gateways_status_text(true, ($argv[3] == "brief"));
|
||||
Loading…
Reference in New Issue
Block a user