mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 18:59:21 +02:00
13 lines
278 B
PHP
13 lines
278 B
PHP
<?php
|
|
|
|
require __DIR__ . '/system/libs/pot/OTS.php';
|
|
$ots = POT::getInstance();
|
|
|
|
require __DIR__ . '/system/libs/pot/InvitesDriver.php';
|
|
require __DIR__ . '/system/libs/rfc6238.php';
|
|
|
|
require __DIR__ . '/common.php';
|
|
|
|
const ACTION = '';
|
|
define('SELF_NAME', basename(__FILE__));
|