Revert "Update CreateDocker.php"

This reverts commit 3c4de4ff9b.
This commit is contained in:
bergware
2021-08-11 20:27:48 +02:00
parent 3c4de4ff9b
commit 57ceff483e

View File

@@ -197,8 +197,8 @@ if ($_GET['updateContainer']){
## REMOVE TEMPLATE ##
#########################
if (isset($_POST['rmTemplate'])) {
unlink($_POST['rmTemplate']);
if ($_GET['rmTemplate']) {
unlink($_GET['rmTemplate']);
}
#########################
@@ -901,7 +901,7 @@ _(Privileged)_:
</form>
</div>
<form method="POST" id="formTemplate" style="display:none">
<form method="GET" id="formTemplate">
<input type="hidden" id="xmlTemplate" name="xmlTemplate" value="">
<input type="hidden" id="rmTemplate" name="rmTemplate" value="">
</form>