mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-03 12:49:20 +02:00
9 lines
151 B
PHP
9 lines
151 B
PHP
<?php
|
|
require_once '../common.php';
|
|
require_once SYSTEM . 'functions.php';
|
|
|
|
const MYAAC_ADMIN = true;
|
|
|
|
$admin = new \MyAAC\App\Admin();
|
|
$admin->run();
|