Parent Directory | Revision Log
* 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()); |
Name | Value |
---|---|
svn:keywords | "Id" |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |