/[openfoncier]/branches/4.7.0/index.php
ViewVC logotype

Annotation of /branches/4.7.0/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7781 - (hide annotations)
Wed Apr 4 14:57:56 2018 UTC (6 years, 10 months ago) by softime
File size: 347 byte(s)
* Merge de la branche de développement 4.7.0_fmwk_4.8 vers la branche d'intégration 4.7.0

1 mbroquet 3730 <?php
2     /**
3 softime 7781 * Ce script redirige vers la page de login de l'application.
4 mbroquet 3730 *
5 softime 7781 * @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 7781 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