Upstream changes for review

This commit is contained in:
Deon George
2013-04-28 09:58:23 +10:00
parent 9b60e759c9
commit f64d1fbf75
2 changed files with 11 additions and 3 deletions

View File

@@ -68,6 +68,12 @@ class Controller_Redirection extends lnApp_Controller_TemplateDefault {
));
$this->template->content = $output;
$this->template->meta->keywords = join(',',array(
'Web URL Shortener',
'URL Shortener',
'URL Redirector',
'Web Redirector',
));
}
final public function action_post() {