bah, its late and I'm not working in c++...
This commit is contained in:
parent
695f0439bf
commit
db83689d42
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if ( ! isset( $_GET["page"]) ){
|
||||||
|
|
||||||
//check if ingame & page= register
|
//check if ingame & page= register
|
||||||
//this is needed because the ingame register can't send a hidden $_POST["function"]
|
//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" );
|
require( "func/add_user.php" );
|
||||||
$return = add_user();
|
$return = add_user();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue