/[openfoncier]/branches/5.2.0-develop-nomenclature-piece/index.php
ViewVC logotype

Annotation of /branches/5.2.0-develop-nomenclature-piece/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10719 - (hide annotations)
Thu Nov 4 15:45:57 2021 UTC (3 years, 2 months ago) by softime
Original Path: branches/5.2.0-develop/index.php
File size: 347 byte(s)
* Création de la branche d'intégration 5.2.0-develop

1 mbroquet 3730 <?php
2     /**
3 softime 7996 * Ce script redirige vers la page de login de l'application.
4 mbroquet 3730 *
5 softime 7996 * @package openads
6 mbroquet 3730 * @version SVN : $Id: index.php 4418 2015-02-24 17:30:28Z tbenita $
7     */
8    
9     //
10     $came_from = "";
11     if (isset($_GET['came_from'])) {
12     $came_from = $_GET['came_from'];
13     }
14    
15     //
16 softime 7996 header("Location: app/index.php?module=login&came_from=".urlencode($came_from));
17 mbroquet 3730

Properties

Name Value
svn:keywords "Id"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26