Compare commits

..

No commits in common. '0a592ccbe8f05b18896adeda1ea9ab55dc7c725e' and '216da0dbd8f8e08da0f6300f3af2c83b4cd5e70b' have entirely different histories.

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

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

Loading…
Cancel
Save