mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-30 03:09:22 +02:00

Create services for: login, status, router, database, AnonymousStatistics Drop gesior.backward_support Drop compat/pages.php Drop part of compat/classes.php Move signature to routes
7 lines
135 B
PHP
7 lines
135 B
PHP
<?php
|
|
defined('MYAAC') or die('Direct access not allowed!');
|
|
|
|
chdir(TOOLS . 'signature');
|
|
include TOOLS . 'signature/index.php';
|
|
exit;
|