mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
9 lines
198 B
PHP
9 lines
198 B
PHP
<?php
|
|
|
|
// Run this once per day.
|
|
require("config.php");
|
|
require_once(WWW_DIR.'/../misc/update_scripts/nix_scripts/tmux/lib/TvAnger.php');
|
|
|
|
$m = new \TvAnger(['Echo' => true]);
|
|
$m->updateUpcoming();
|