mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Removed commented out code from index.php. configuratin parameters have been moved to includes/config.php
This commit is contained in:
parent
7749b79e2f
commit
fe60945949
21
index.php
21
index.php
@ -17,27 +17,6 @@
|
|||||||
* @link https://github.com/billz/raspap-webgui
|
* @link https://github.com/billz/raspap-webgui
|
||||||
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
define('RASPI_CONFIG', '/etc/raspap');
|
|
||||||
define('RASPI_CONFIG_NETWORKING',RASPI_CONFIG.'/networking');
|
|
||||||
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG.'/raspap.auth');
|
|
||||||
|
|
||||||
// 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 true to enable.
|
|
||||||
define('RASPI_OPENVPN_ENABLED', false );
|
|
||||||
define('RASPI_TORPROXY_ENABLED', false );
|
|
||||||
*/
|
|
||||||
|
|
||||||
include_once( 'includes/config.php' );
|
include_once( 'includes/config.php' );
|
||||||
include_once( RASPI_CONFIG.'/raspap.php' );
|
include_once( RASPI_CONFIG.'/raspap.php' );
|
||||||
|
Loading…
Reference in New Issue
Block a user