mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 06:01:26 +00:00
8 lines
192 B
PHP
Executable File
8 lines
192 B
PHP
Executable File
<?php
|
|
require_once 'SPLClassLoader.php';
|
|
require_once 'constants.php';
|
|
|
|
$classLoader = new SplClassLoader('newznab', [__DIR__ . DIRECTORY_SEPARATOR . 'newznab']);
|
|
$classLoader->register();
|
|
|
|
?>
|