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

@@ -9,7 +9,7 @@ function update_system_packages() {
function install_dependencies() {
install_log "Installing required packages"
sudo apt-get install lighttpd $php_package git hostapd dnsmasq vnstat || install_error "Unable to install dependencies"
sudo apt-get install lighttpd $php_package git hostapd dnsmasq || install_error "Unable to install dependencies"
}
install_raspap