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