Initial commit, dummy script using Sihnon Framework
This commit is contained in:
13
source/update-tv-filenames.php
Normal file
13
source/update-tv-filenames.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
require_once('../private/config.php');
|
||||
require_once(Sihnon_Lib . 'Sihnon/Main.class.php');
|
||||
|
||||
try {
|
||||
$main = Sihnon_Main::instance();
|
||||
|
||||
} catch (Sihnon_Exception $e) {
|
||||
die("Uncaught " . get_class($e) . ": " . $e->getMessage());
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user