xtr4nge / FruityWifi

FruityWiFi is a wireless network auditing tool. The application can be installed in any Debian based system (Jessie) adding the extra packages. Tested in Debian, Kali Linux, Kali Linux ARM (Raspberry Pi), Raspbian (Raspberry Pi), Pwnpi (Raspberry Pi), Bugtraq, NetHunter.
http://www.fruitywifi.com
GNU General Public License v3.0
2.19k stars 498 forks source link

php_version in install-FruityWiFi.sh gives an error when restarting php-fpm #280

Open ogabrielluiz opened 3 years ago

ogabrielluiz commented 3 years ago

When the command is issued at the end of the script php_version's value is 7.3 but the installed version is 7.0.

This happened on a raspberry pi zero W and all I had to do is change php_version="7.3" to php_version="7.0" and the UI works.