/[openfoncier]/trunk/web/citizen.php
ViewVC logotype

Annotation of /trunk/web/citizen.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8989 - (hide annotations)
Thu Oct 31 15:09:51 2019 UTC (5 years, 3 months ago) by softime
File size: 373 byte(s)
* Merge de la branche d'intégration 4.12.0-develop vers le trunk

1 mbroquet 3730 <?php
2     /**
3     * Ce fichier permet d'afficher le portail d'accès citoyen aux utilisateurs
4     * anonymes.
5     *
6     * @package openfoncier
7     * @version SVN : $Id$
8     */
9    
10     require_once "web.class.php";
11     $f = new openads_web("anonym");
12 softime 8989 $inst = $f->get_inst__om_dbform(array(
13     "obj" => "dossier_autorisation",
14     "idx" => 0,
15     ));
16 mbroquet 3730 $inst->view_consulter_anonym($f->get_content_only_param());

Properties

Name Value
svn:keywords "Id"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26