Skip to content
Snippets Groups Projects
Commit 300b6428 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

comment header

parent 05f88c47
No related branches found
No related tags found
No related merge requests found
<?php <?php
/**
* Copyright Maarch since 2008 under licence GPLv3.
* See LICENCE.txt file at the root folder for more details.
* This file is part of Maarch software.
*
*/
/**
* @brief Core Controller
* @author dev@maarch.org
* @ingroup core
*/
require_once dirname(__file__) . '/class/Url.php'; require_once dirname(__file__) . '/class/Url.php';
//dynamic session name //dynamic session name
$sessionName = str_replace("\\","/", dirname(__file__)); $sessionName = str_replace("\\","/", dirname(__file__));
......
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