bah, its late and I'm not working in c++...

--HG--
branch : quitta-gsoc-2013
This commit is contained in:
Quitta 2013-09-17 04:35:37 +02:00
parent 343c01d077
commit 4aa905c07f

View file

@ -35,7 +35,7 @@ if ( ! isset( $_GET["page"]) ){
//check if ingame & page= register
//this is needed because the ingame register can't send a hidden $_POST["function"]
if ( Helpers::check_if_game_client() && $page.equals("register")){
if ( Helpers::check_if_game_client() && ($page == "register")){
require( "func/add_user.php" );
$return = add_user();
}