mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
6 lines
229 B
Twig
6 lines
229 B
Twig
<form action="{{ constant('BASE_URL') }}install/" method="post">
|
|
<input type="hidden" name="step" id="step" value="requirements" />
|
|
<textarea rows="10" cols="80" readonly="1">{{ license }}</textarea>
|
|
|
|
{{ buttons|raw }}
|
|
</form> |