fixed git page auto-reloading to main page
parent
e1e7ea9067
commit
e83ac38649
|
@ -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'])) {
|
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