We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9753a1d commit 4832eadCopy full SHA for 4832ead
html/main.php
@@ -26,7 +26,7 @@
26
"Click here to watch the entire Nagios Core 4 Tour!</a>";
27
<?php } ?>
28
$(document).ready(function() {
29
- var user = "<?php echo htmlspecialchars($_SERVER['REMOTE_USER']); ?>";
+ var user = "<?php echo htmlspecialchars($_SERVER['REMOTE_USER'] ?? ''); ?>";
30
31
<?php if ($cfg["enable_page_tour"]) { ?>
32
vBoxId += ";" + user;
0 commit comments