Initial commit, dummy script using Sihnon Framework
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Eclipse metadata
|
||||
/.buildpath
|
||||
/.project
|
||||
/.settings/
|
||||
|
||||
4
private/.gitignore
vendored
Normal file
4
private/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
config.php
|
||||
dbconfig.conf
|
||||
settings.txt
|
||||
|
||||
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