mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
89ce5002ff
(cherry picked from commit 2ec8b9e)
8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
//run this once per day
|
|
require_once("config.php");
|
|
|
|
$m = new Movie(['Echo' => true]);
|
|
$m->updateUpcoming();
|
|
|