Cosmetic : disconnect
This commit is contained in:
parent
ad67d7a8fd
commit
09659f756d
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ require_once NOALYSS_INCLUDE.'/class/acc_ledger.class.php';
|
|||
require_once NOALYSS_INCLUDE.'/class/acc_ledger_search.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/icon_action.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/http_input.class.php';
|
||||
if ( ! isset ($_SESSION['g_theme']))
|
||||
{
|
||||
echo "<h2>"._('Vous êtes déconnecté')."</h2>";
|
||||
die();
|
||||
}
|
||||
|
||||
html_page_start($_SESSION['g_theme']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue