mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Hotfix. Resolves #430
This commit is contained in:
		| @@ -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" | ||||
| } | ||||
|  | ||||
| # 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 | ||||
| function enable_php_lighttpd() { | ||||
|     install_log "Enabling PHP for lighttpd" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user