/[openfoncier]/branches/5.14.0-develop-9976/app/index.php
ViewVC logotype

Annotation of /branches/5.14.0-develop-9976/app/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13001 - (hide annotations)
Fri Oct 14 08:41:40 2022 UTC (2 years, 3 months ago) by rasseum
File size: 317 byte(s)
Création de la branche 5.14.0-develop-9976

1 mbroquet 3730 <?php
2     /**
3 softime 7996 * Ce script permet d'interfacer l'application.
4 mbroquet 3730 *
5 softime 7996 * @package openads
6     * @version SVN : $Id$
7 mbroquet 3730 */
8    
9 softime 7996 require_once "../obj/utils.class.php";
10     $flag = filter_input(INPUT_GET, 'module');
11     if (in_array($flag, array("login", "logout", )) === false) {
12     $flag = "nohtml";
13     }
14     $f = new utils($flag);
15     $f->view_main();
16 mbroquet 3730

Properties

Name Value
svn:keywords "Id"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26