mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Hotfix. Resolves #430
This commit is contained in:
parent
3d07bfe704
commit
1a533234d4
@ -70,12 +70,6 @@ function install_dependencies() {
|
|||||||
sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq vnstat || install_error "Unable to install dependencies"
|
sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq vnstat || install_error "Unable to install dependencies"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Installs additional dependencies using system package manager
|
|
||||||
function install_dependencies() {
|
|
||||||
# OVERLOAD THIS
|
|
||||||
install_error "No function definition for install_dependencies"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Enables PHP for lighttpd and restarts service for settings to take effect
|
# Enables PHP for lighttpd and restarts service for settings to take effect
|
||||||
function enable_php_lighttpd() {
|
function enable_php_lighttpd() {
|
||||||
install_log "Enabling PHP for lighttpd"
|
install_log "Enabling PHP for lighttpd"
|
||||||
|
Loading…
Reference in New Issue
Block a user