mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
bah, its late and I'm not working in c++...
This commit is contained in:
parent
7b1c32176d
commit
e889c639db
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue