/[openfoncier]/branches/6.5.0-develop--poc-wfl-event-param/index.php
ViewVC logotype

Annotation of /branches/6.5.0-develop--poc-wfl-event-param/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17071 - (hide annotations)
Wed Mar 6 09:24:48 2024 UTC (11 months ago) by mbideau
File size: 347 byte(s)
chore(branch): création branche dev '6.5.0-develop--poc-wfl-event-param' à partir de la branche inté '6.5.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