mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
5 lines
154 B
PHP
5 lines
154 B
PHP
<?php
|
|
//set variable for custom title
|
|
$interface_statistics_title = "Interface Statistics";
|
|
$interface_statistics_title_link = "status_interfaces.php";
|
|
?>
|