mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18409 57fcd75e-5312-0410-8df3-f5eb6fbb1595
6 lines
145 B
PHP
6 lines
145 B
PHP
<?php
|
|
class Welcome_Controller extends Controller {
|
|
public function index() {
|
|
print "<img src=http://www.gallery2.org/gallery2.png>";
|
|
}
|
|
} |