Skip to content

Commit

Permalink
remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb committed Dec 13, 2024
1 parent 974cbc4 commit 854b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function setCoreStatusHTML(image, text) {
<div class="submessage">Disabling update checks presents a possible security risk. Visit <a href="https://www.nagios.org/" target="_blank">nagios.org</a> to check for updates manually or enable update checks in your Nagios config file.</a></div>
</div>
<?php
} else if (true || $updateinfo['update_available'] && $this_version < $updateinfo['update_version']) {
} else if ($updateinfo['update_available'] && $this_version < $updateinfo['update_version']) {
?>
<div class="updateavailable">
<div class="updatemessage">A new version of Nagios Core is available!</div>
Expand Down

0 comments on commit 854b0c5

Please sign in to comment.