mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
7 lines
129 B
PHP
7 lines
129 B
PHP
<?php
|
|
|
|
require_once realpath(dirname(__DIR__) . DIRECTORY_SEPARATOR . 'config.php');
|
|
|
|
require_once NN_WWW . 'autoloader.php';
|
|
|
|
?>
|