mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
nothing important
This commit is contained in:
@@ -103,6 +103,6 @@ if(!$error) {
|
|||||||
|
|
||||||
<form action="<?php echo BASE_URL; ?>install/" method="post">
|
<form action="<?php echo BASE_URL; ?>install/" method="post">
|
||||||
<input type="hidden" name="step" id="step" value="admin" />
|
<input type="hidden" name="step" id="step" value="admin" />
|
||||||
<?php echo next_buttons(true, $error ? false : true);
|
<?php echo next_buttons(true, !$error);
|
||||||
?>
|
?>
|
||||||
</form>
|
</form>
|
Reference in New Issue
Block a user