From a69515ecb3638b5ea8aeaa008dc3731eba84e721 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 31 Oct 2008 22:38:54 +0000 Subject: Placeholder app for Gallery3, along with a customized index.php and a README git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18409 57fcd75e-5312-0410-8df3-f5eb6fbb1595 --- README | 4 ++ core/config/config.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ core/controllers/welcome.php | 6 +++ index.php | 52 +++++++++++++++++++++++ 4 files changed, 161 insertions(+) create mode 100644 README create mode 100644 core/config/config.php create mode 100644 core/controllers/welcome.php create mode 100644 index.php diff --git a/README b/README new file mode 100644 index 00000000..627c3b1f --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +Installation instructions: +* mkdir -p var/logs +* chmod -R 777 var + diff --git a/core/config/config.php b/core/config/config.php new file mode 100644 index 00000000..bd0d781b --- /dev/null +++ b/core/config/config.php @@ -0,0 +1,99 @@ +"; + } +} \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 00000000..839fe876 --- /dev/null +++ b/index.php @@ -0,0 +1,52 @@ +