mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Added summary to table tags Created new INC file to jump from the dashboard to the gateway status page
6 lines
117 B
PHP
6 lines
117 B
PHP
<?php
|
|
//set variable for custom title
|
|
$gateways_title = "Gateways";
|
|
$gateways_title_link = "status_gateways.php";
|
|
?>
|