mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00

* Part 1 Removing closing tags when no HTML or other output comes after the last PHP codeblock. * Further removals * nothing --------- Co-authored-by: slawkens <slawkens@gmail.com>
8 lines
197 B
PHP
8 lines
197 B
PHP
<?php
|
|
defined('MYAAC') or die('Direct access not allowed!');
|
|
|
|
$twig->display('install.license.html.twig', array(
|
|
'license' => file_get_contents(BASE . 'LICENSE'),
|
|
'buttons' => next_buttons()
|
|
));
|