mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
4 lines
166 B
PHP
4 lines
166 B
PHP
<?php
|
|
require_once(dirname(__FILE__)."/../bin/config.php");
|
|
|
|
(new \PreHash(['Echo' => true]))->checkPre((isset($argv[1]) && is_numeric($argv[1]) ? $argv[1] : false)); |