mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
16 lines
339 B
PHP
16 lines
339 B
PHP
<?php
|
|
/**
|
|
* account-create index.php
|
|
*
|
|
* @package MyAAC
|
|
* @author Slawkens <slawkens@gmail.com>
|
|
* @copyright 2020 MyAAC
|
|
* @link https://my-aac.org
|
|
*/
|
|
defined('MYAAC') or die('Direct access not allowed!');
|
|
|
|
global $twig_loader;
|
|
$twig_loader->prependPath(BASE . 'plugins/account-create');
|
|
|
|
$twig->display('hint.html.twig');
|