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