Add hidden value for disabling of warning to setup.php
This commit is contained in:
parent
f09870ce56
commit
f4eb4f20bc
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@ include "include/tools.php";
|
||||||
</div>
|
</div>
|
||||||
<form id="config" action="setup.php" method="get">
|
<form id="config" action="setup.php" method="get">
|
||||||
<input type="hidden" name="cmd" value="writeconfig">
|
<input type="hidden" name="cmd" value="writeconfig">
|
||||||
|
<?php
|
||||||
|
if (defined("DISABLESETUPWARNING")) {
|
||||||
|
?>
|
||||||
|
<input type="hidden" name="DISABLESETUPWARNING" value="">
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2><?php echo _("MMDVMHost-Configuration"); ?></h2>
|
<h2><?php echo _("MMDVMHost-Configuration"); ?></h2>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
|
Loading…
Reference in a new issue