/[openfoncier]/trunk/scr/login.php
ViewVC logotype

Contents of /trunk/scr/login.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 332 byte(s)
version initiale


1 <?php
2 /**
3 * Ce fichier gere la connexion de l'utilisateur
4 *
5 * @package openmairie_exemple
6 * @version SVN : $Id: login.php 45 2010-08-26 07:03:11Z fmichon $
7 */
8
9 require_once "../obj/utils.class.php";
10 $f = new utils("login", NULL, _("Veuillez vous connecter"));
11
12 /**
13 * Formulaire d'identification
14 */
15 $f->displayLoginForm();
16
17 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26