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

Annotation of /trunk/web/notification.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10842 - (hide annotations)
Wed Dec 1 16:25:19 2021 UTC (3 years, 2 months ago) by cgarcin
Original Path: branches/5.3.0-develop/web/notification.php
File size: 372 byte(s)
Fusion de la branche 5.2.0-develop_notification_demandeur dans la branche d'intégration 5.3.0-develop

1 cgarcin 10826 <?php
2     /**
3     * Ce fichier permet d'afficher le lien de téléchargement des documents
4     * notifiés
5     *
6     * @package openfoncier
7     * @version SVN : $Id$
8     */
9    
10     require_once "web.class.php";
11     $f = new openads_web("anonym");
12     $inst = $f->get_inst__om_dbform(array(
13     "obj" => "instruction",
14     "idx" => 0,
15     ));
16     $inst->view_telecharger_document_anonym($f->get_content_only_param());

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26