Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 577 → Rev 578

/trunk/papyrus/applettes/identification/identification.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: identification.php,v 1.18 2005-09-27 09:07:32 ddelon Exp $
// CVS : $Id: identification.php,v 1.19 2005-10-31 17:09:28 ddelon Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.18 $ $Date: 2005-09-27 09:07:32 $
*@version $Revision: 1.19 $ $Date: 2005-10-31 17:09:28 $
// +------------------------------------------------------------------------------------------------------+
*/
 
95,7 → 95,7
}
}
}
$_GEN_commun['pear_auth']->start();
// $_GEN_commun['pear_auth']->start();
}
// Si un formulaire nous renvoie en POST une variable "connexion", nous logons l'utilisateur.
if (isset($_REQUEST['connexion'])) {
206,6 → 206,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.18 2005/09/27 09:07:32 ddelon
* size applette et squelettes
*
* Revision 1.17 2005/09/12 09:17:17 alexandre_tb
* utilisation de l'objet Net_URL pour ajouter la variable logout dans le lien de déconnexion
*