Renamed vnstat.php to bandwidth.php.

Disabled bandwidth page by default.

Signed-off-by: D9ping <D9ping@users.noreply.github.com>
This commit is contained in:
D9ping
2018-09-11 16:15:31 +02:00
parent 7c3820d9ab
commit 23d2718854
5 changed files with 11 additions and 9 deletions

View File

@@ -3,9 +3,10 @@ include_once( 'includes/status_messages.php' );
/**
* Generate html output for tab with vnstat traffic amount information.
* Generate html output for tab with charts and datatables
* with vnstat bandwidth use information.
*/
function DisplayVnstat(&$extraFooterScripts)
function DisplayBandwidth(&$extraFooterScripts)
{
?>
<div class="row">

View File

@@ -26,7 +26,7 @@ define('RASPI_OPENVPN_ENABLED', false );
define('RASPI_TORPROXY_ENABLED', false );
define('RASPI_CONFAUTH_ENABLED', true );
define('RASPI_CHANGETHEME_ENABLED', true );
define('RASPI_VNSTAT_ENABLED', true );
define('RASPI_VNSTAT_ENABLED', false );
// Locale settings
define('LOCALE_ROOT', 'locale');