summaryrefslogtreecommitdiff
path: root/core/controllers/welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/welcome.php')
-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