// // This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. // // To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/1.0/ // // or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. // // Francais (brouillon): http://creativecommons.org/projects/international/fr/translated-license // ////////////////////////////////////////////////////////////////////////////////////////////////////// // Connexion à l'espace membre avec un autre login // v0.1.0 $loadClasses = array('membres'); include_once("head.php"); $m = $membres->get($_GET[id]); $sessions->deco(); $sessions->connexion_admin($_GET[id]); header("location: /membre/index?err=".urlencode("Vous êtes connecté avec le compte du membre ".$m[pseudo])); ?>