mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
3c0a679e8c
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 lines
197 B
PHP
9 lines
197 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();
|
|
|