Files
newznab-tmux/misc/update_scripts/update_theaters.php
T

8 lines
116 B
PHP

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