include("config2.inc.php") ; // Emplacement de la racine du site $RACINE = "/chat_2" ; // Titre de la page //$TITRE = "$TITRE - aXChat v$VERSION" ; session_name("AXCHAT") ; session_start() ; session_cache_limiter("nocache") ; if($_SESSION["nickname"] != "") { header("Location: client.php") ; exit() ; } if($_GET["cmd"] == "CONNECT") { $_SESSION["nickname"] = $_GET["nickname"] ; $_SESSION["cmdBIS"] = $_GET["cmd"] ; header("Location: client.php") ; } ?>
| Entrez votre Pseudo : |