Update create_db.php

This commit is contained in:
jakani24
2024-01-20 11:01:40 +01:00
parent e9cd5d077c
commit 6be7bc93e2

View File

@@ -18,7 +18,6 @@
<div class="card-body"> <div class="card-body">
<p>If the creation fails, please wait a minute and try again. The database server might still be starting at the time.</p> <p>If the creation fails, please wait a minute and try again. The database server might still be starting at the time.</p>
<br> <br>
</div>
</div> </div>
<?php <?php
$success=1; $success=1;
@@ -184,6 +183,7 @@
?> ?>
</div> </div>
</div> </div>
</div>
</div> </div>
</body> </body>
</html> </html>