mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
8 lines
115 B
PHP
8 lines
115 B
PHP
<?php
|
|
//run this once per day
|
|
require_once("config.php");
|
|
|
|
$m = new Film(['Echo' => true]);
|
|
$m->updateUpcoming();
|
|
|