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 8a2ad4c commit 64602b3Copy full SHA for 64602b3
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