commit b59b99fcb9f0f603370188d458eb2e0ee5c01ff2 Author: Ben Roberts Date: Sun Oct 10 17:15:56 2010 +0100 Initial commit, dummy script using Sihnon Framework diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a96648 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Eclipse metadata +/.buildpath +/.project +/.settings/ + diff --git a/private/.gitignore b/private/.gitignore new file mode 100644 index 0000000..17d5cbc --- /dev/null +++ b/private/.gitignore @@ -0,0 +1,4 @@ +config.php +dbconfig.conf +settings.txt + diff --git a/source/update-tv-filenames.php b/source/update-tv-filenames.php new file mode 100644 index 0000000..0d20b75 --- /dev/null +++ b/source/update-tv-filenames.php @@ -0,0 +1,13 @@ +getMessage()); +} + +?> \ No newline at end of file