Initial Photo Work

This commit is contained in:
Deon George
2014-07-09 13:04:56 +10:00
parent d4b3b0f9bc
commit 2e07b08016
23 changed files with 508 additions and 846 deletions

View File

@@ -4,7 +4,7 @@ class Controller_Welcome extends Controller {
public function action_index()
{
HTTP::redirect(URL::link('','translate'));
HTTP::redirect('photo');
}
} // End Welcome