We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8d5cc commit 4ce9d96Copy full SHA for 4ce9d96
front/external.php
@@ -28,6 +28,8 @@
28
* -------------------------------------------------------------------------
29
*/
30
31
+Session::checkLoginUser();
32
+
33
Html::nullHeader(PluginNewsAlert::getTypeName());
34
$logged = isset($_SESSION['glpiID']);
35
PluginNewsAlert::displayAlerts(['show_only_login_alerts' => !$logged]);
0 commit comments