mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
8 lines
189 B
PHP
Executable File
8 lines
189 B
PHP
Executable File
<?php
|
|
|
|
use App\Models\Predb;
|
|
|
|
require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
|
|
|
Predb::checkPre((isset($argv[1]) && is_numeric($argv[1]) ? $argv[1] : false));
|