Files
newznab-tmux/initialise.php
T
2015-10-17 04:16:26 +02:00

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();
?>