From b59b99fcb9f0f603370188d458eb2e0ee5c01ff2 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 10 Oct 2010 17:15:56 +0100 Subject: [PATCH] Initial commit, dummy script using Sihnon Framework --- .gitignore | 5 +++++ private/.gitignore | 4 ++++ source/update-tv-filenames.php | 13 +++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 private/.gitignore create mode 100644 source/update-tv-filenames.php 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