* @author Bill Zimmerman * @license TBD * @version 1.0 * @link https://github.com/ * @see http://sirlagz.net/2013/02/08/raspap-webgui/ */ // Constants for configuration file paths. // These are typical for default RPi installs. Modify if needed. define('RASPI_DNSMASQ_CONFIG', '/etc/dnsmasq.conf'); define('RASPI_DNSMASQ_LEASES', '/var/lib/misc/dnsmasq.leases'); define('RASPI_HOSTAPD_CONFIG', '/etc/hostapd/hostapd.conf'); define('RASPI_WPA_SUPPLICANT_CONFIG', '/etc/wpa_supplicant/wpa_supplicant.conf'); define('RASPI_HOSTAPD_CTRL_INTERFACE', '/var/run/hostapd'); define('RASPI_WPA_CTRL_INTERFACE', '/var/run/wpa_supplicant'); define('RASPI_OPENVPN_CLIENT_CONFIG', '/etc/openvpn/client.conf'); define('RASPI_OPENVPN_SERVER_CONFIG', '/etc/openvpn/server.conf'); define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc'); // Optional services, set to false to disable. define('RASPI_OPENVPN_ENABLED', true ); define('RASPI_TORPROXY_ENABLED', true ); include_once( 'includes/functions.php' ); $output = $return = 0; $page = $_GET['page']; ?> Raspbian WiFi Configuration Portal

Raspbian WiFi Configuration Portal