mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-20 13:16:23 +01:00
5 lines
96 B
PHP
5 lines
96 B
PHP
<?php
|
|
defined('MYAAC') or die('Direct access not allowed!');
|
|
|
|
require __DIR__ . '/../base.php';
|