/[openfoncier]/branches/5.15.0-develop--feat-sig-evol-2/index.php
ViewVC logotype

Annotation of /branches/5.15.0-develop--feat-sig-evol-2/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13294 - (hide annotations)
Mon Nov 28 17:03:57 2022 UTC (2 years, 2 months ago) by mbideau
File size: 347 byte(s)
chore(branche): création branche dév '5.15.0-develop--feat-sig-evol-2' à partir de la branche inté '5.15.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