mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
9c06de583c
This reverts commit 3c0a679e8c.
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();
|
|
|