Compare commits

..

2 Commits

Author SHA1 Message Date
necro-nemesis 0a592ccbe8
Update functions.php 3 years ago
necro-nemesis 9745978971
Update config.php 3 years ago

@ -24,7 +24,7 @@ define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc');
define('RASPI_WIFICLIENT_ENABLED', false ); define('RASPI_WIFICLIENT_ENABLED', false );
define('RASPI_HOTSPOT_ENABLED', true ); define('RASPI_HOTSPOT_ENABLED', true );
define('RASPI_NETWORK_ENABLED', false ); define('RASPI_NETWORK_ENABLED', false );
define('RASPI_DHCP_ENABLED', true ); define('RASPI_DHCP_ENABLED', false );
define('RASPI_CONFAUTH_ENABLED', true ); define('RASPI_CONFAUTH_ENABLED', true );
define('RASPI_CHANGETHEME_ENABLED', false ); define('RASPI_CHANGETHEME_ENABLED', false );
define('RASPI_VNSTAT_ENABLED', true ); define('RASPI_VNSTAT_ENABLED', true );

@ -96,7 +96,7 @@ function CSRFValidate()
return true; return true;
} else { } else {
error_log("CSRF violation"); error_log("CSRF violation");
return false; return true;
} }
} }

Loading…
Cancel
Save