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++...
--HG-- branch : quitta-gsoc-2013
This commit is contained in:
parent
343c01d077
commit
4aa905c07f
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