Initial version
This commit is contained in:
10
application/classes/Controller/Welcome.php
Normal file
10
application/classes/Controller/Welcome.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Controller_Welcome extends Controller {
|
||||
|
||||
public function action_index()
|
||||
{
|
||||
HTTP::redirect(URL::link('','translate'));
|
||||
}
|
||||
|
||||
} // End Welcome
|
Reference in New Issue
Block a user