mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
4 lines
106 B
PHP
4 lines
106 B
PHP
<?php
|
|
// Grab our autoloader
|
|
require dirname(__DIR__) . DIRECTORY_SEPARATOR . 'app/config/bootstrap.php';
|