Files
newznab-tmux/initialise.php
T

8 lines
190 B
PHP
Executable File

<?php
require_once 'SPLClassLoader.php';
require_once 'constants.php';
$classLoader = new SplClassLoader('nntmux', [__DIR__ . DIRECTORY_SEPARATOR . 'nntmux']);
$classLoader->register();
?>