Files
update-tv-filenames/source/update-tv-filenames.php

13 lines
276 B
PHP

<?php
require_once('../private/config.php');
require_once(SihnonFramework_Lib . 'SihnonFramework/Main.class.php');
try {
$main = SihnonFramework_Main::instance();
} catch (Sihnon_Exception $e) {
die("Uncaught " . get_class($e) . ": " . $e->getMessage());
}
?>