mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
9 lines
195 B
PHP
9 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/Film.php');
|
|
|
|
$m = new \Film(['Echo' => true]);
|
|
$m->updateUpcoming();
|
|
|