Files
newznab-tmux/initialise.php
T

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