summaryrefslogtreecommitdiff
path: root/core/controllers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-10-31 22:38:54 +0000
committerBharat Mediratta <bharat@menalto.com>2008-10-31 22:38:54 +0000
commita69515ecb3638b5ea8aeaa008dc3731eba84e721 (patch)
treeacd2c7e37030c7b83f5da0b0b6f184950cb2c9eb /core/controllers
parenteba717f95f586d2538007bd18da6e9b32b076c30 (diff)
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
Diffstat (limited to 'core/controllers')
-rw-r--r--core/controllers/welcome.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php
new file mode 100644
index 00000000..d33fb295
--- /dev/null
+++ b/core/controllers/welcome.php
@@ -0,0 +1,6 @@
+<?php
+class Welcome_Controller extends Controller {
+ public function index() {
+ print "<img src=http://www.gallery2.org/gallery2.png>";
+ }
+} \ No newline at end of file