Skip to content
Snippets Groups Projects
Commit bf14b196 authored by SNA's avatar SNA
Browse files

Message vide

parent 20c62a98
No related branches found
No related tags found
No related merge requests found
<?php <?php
/** /**
* File : launch_maarch.php * File : launch_maarch.php
* *
...@@ -14,6 +14,7 @@ session_name('PeopleBox'); ...@@ -14,6 +14,7 @@ session_name('PeopleBox');
session_start(); session_start();
if(trim($_GET['app'])<> "" ) if(trim($_GET['app'])<> "" )
{ {
$_SESSION['config']['app_id'] = $_GET['app'];
header("location: ../apps/".$_GET['app']."/login.php?coreurl=".$_SESSION['config']['coreurl']); header("location: ../apps/".$_GET['app']."/login.php?coreurl=".$_SESSION['config']['coreurl']);
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment