mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
8 lines
277 B
PHP
8 lines
277 B
PHP
<form action="<?php echo BASE_URL; ?>install/" method="post">
|
|
<input type="hidden" name="step" id="step" value="requirements" />
|
|
<textarea rows="10" cols="80" readonly="1"><?php echo file_get_contents(BASE . 'LICENSE'); ?></textarea>
|
|
|
|
<?php echo next_buttons();
|
|
?>
|
|
</form>
|