fixed or instead of and operation
parent
e83ac38649
commit
1f21c6d256
|
@ -20,7 +20,7 @@ $git_commands = get_command_list("commands_git.conf");
|
||||||
<title> Strassenkind Server Status Page </title>
|
<title> Strassenkind Server Status Page </title>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<?php
|
<?php
|
||||||
if (!isset($_POST['ondemand']) || !isset($_POST['git'])) {
|
if (!isset($_POST['ondemand']) && !isset($_POST['git'])) {
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"20\" />";
|
echo "<meta http-equiv=\"refresh\" content=\"20\" />";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue