diff options
Diffstat (limited to 'core/controllers')
-rw-r--r-- | core/controllers/welcome.php | 6 |
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 |