mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-30 16:29:10 -04:00
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>";
|
||
|
|
}
|
||
|
|
}
|