/[openfoncier]/branches/5.3.0-develop/index.php
ViewVC logotype

Diff of /branches/5.3.0-develop/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6929 by softime, Thu Jun 15 16:57:15 2017 UTC revision 7996 by softime, Fri Jul 20 17:12:33 2018 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /**  /**
3   * Ce fichier permet de faire une redirection vers la page de login de   * Ce script redirige vers la page de login de l'application.
  * l'application.  
4   *   *
5   * @package openmairie_exemple   * @package openads
6   * @version SVN : $Id: index.php 4418 2015-02-24 17:30:28Z tbenita $   * @version SVN : $Id: index.php 4418 2015-02-24 17:30:28Z tbenita $
7   */   */
8    
# Line 14  if (isset($_GET['came_from'])) { Line 13  if (isset($_GET['came_from'])) {
13  }  }
14    
15  //  //
16  header("Location: scr/login.php?came_from=".urlencode($came_from));  header("Location: app/index.php?module=login&came_from=".urlencode($came_from));
17    
 ?>  

Legend:
Removed from v.6929  
changed lines
  Added in v.7996

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26