11 lines
192 B
PHP
Raw Normal View History

2014-06-30 14:22:57 +10:00
<?php defined('SYSPATH') or die('No direct script access.');
class Controller_Welcome extends Controller {
public function action_index()
{
2014-07-09 13:04:56 +10:00
HTTP::redirect('photo');
2014-06-30 14:22:57 +10:00
}
} // End Welcome