noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 24/39: Cosmetic : disconnect


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 24/39: Cosmetic : disconnect
Date: Sat, 11 Jul 2020 13:20:43 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 09659f756d58dfe89b8a1322c8de924cec15947c
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Wed Jun 10 10:37:30 2020 +0200

    Cosmetic : disconnect
---
 html/recherche.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/html/recherche.php b/html/recherche.php
index b2ebdba..f9f47c1 100644
--- a/html/recherche.php
+++ b/html/recherche.php
@@ -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']);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]