fixed or instead of and operation

master
BodgeMaster 2020-03-05 04:31:11 +01:00
parent e83ac38649
commit 1f21c6d256
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $git_commands = get_command_list("commands_git.conf");
<title> Strassenkind Server Status Page </title>
<link rel="stylesheet" type="text/css" href="style.css" />
<?php
if (!isset($_POST['ondemand']) || !isset($_POST['git'])) {
if (!isset($_POST['ondemand']) && !isset($_POST['git'])) {
echo "<meta http-equiv=\"refresh\" content=\"20\" />";
}
?>