Wifi Setup
";
echo "Try http://digipi/ in a couple of minutes.
";
echo "Check your router/firewall DHCP assignments if that doesn't work.";
$output = shell_exec("sudo /home/pi/digibanner.py -b DigiPi -s Rebooting...");
$output = shell_exec("sudo /sbin/shutdown -r 0");
echo $output;
}
}
?>