mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
9 lines
204 B
PHP
9 lines
204 B
PHP
<?php
|
|
defined('MYAAC') or die('Direct access not allowed!');
|
|
|
|
echo $twig->render('install.license.html.twig', array(
|
|
'license' => file_get_contents(BASE . 'LICENSE'),
|
|
'buttons' => next_buttons()
|
|
));
|
|
?>
|