Files
newznab-tmux/misc/update_scripts/update_theaters.php
T
2015-05-28 12:36:28 +02:00

8 lines
116 B
PHP

<?php
//run this once per day
require_once("config.php");
$m = new \Film(['Echo' => true]);
$m->updateUpcoming();