/[openfoncier]/branches/5.4.0-develop-RAF-histo-ri/index.php
ViewVC logotype

Annotation of /branches/5.4.0-develop-RAF-histo-ri/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10874 - (hide annotations)
Mon Dec 6 13:43:50 2021 UTC (3 years, 1 month ago) by abouchakour
File size: 347 byte(s)
Création d'une branche dédié à la mise en place des RAF sur l'historisation des rapports d'instructions

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