added a form to change to ondemand mode
parent
3e6c23a002
commit
89d870b793
|
@ -28,6 +28,10 @@ echo "Done.";
|
||||||
<body class="status_page">
|
<body class="status_page">
|
||||||
<h1> Strassenkind Server Status </h1>
|
<h1> Strassenkind Server Status </h1>
|
||||||
<hr />
|
<hr />
|
||||||
|
<form action="" method="post">
|
||||||
|
<input type="submit" value="Run ondemand commands" name="ondemand" />
|
||||||
|
</form>
|
||||||
|
<hr />
|
||||||
<?php
|
<?php
|
||||||
// run ondemand command list if demanded
|
// run ondemand command list if demanded
|
||||||
if (isset($_POST['ondemand'])) {
|
if (isset($_POST['ondemand'])) {
|
||||||
|
|
Loading…
Reference in New Issue