Subversion Repositories Applications.annuaire

Rev

Rev 57 | Rev 72 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57 Rev 71
Line 48... Line 48...
48
	}
48
	}
Line 49... Line 49...
49
 
49
 
Line 50... Line 50...
50
	$identification = Config::get('identification');
50
	$identification = Config::get('identification');
51
 
51
 
52
	if(!$identification) {
52
	if(!$identification) {
53
		$controleur = new AnnuaireControleur();
53
		$controleur = new IdentificationControleur();
Line 54... Line 54...
54
		return $controleur->afficherFormulaireIdentification();
54
		return $controleur->afficherFormulaireIdentification();