mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 11:13:27 +02:00
feat: Rewrite of the core: avoid globals where possible
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
This commit is contained in:
6
system/pages/signature.php
Normal file
6
system/pages/signature.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
chdir(TOOLS . 'signature');
|
||||
include TOOLS . 'signature/index.php';
|
||||
exit;
|
Reference in New Issue
Block a user