You are here

function __gotwo_manual_add_submit in Go - url redirects 5

Go entry submitted

File

./gotwo.module, line 516
Module that provides easy to use redirection links. A redirection link would be like: http://examples.org/go/a_label http://examples.org/go/123546 http://examples.org/go/or/like/this

Code

function __gotwo_manual_add_submit($form_id, $form_values) {
  $res = gotwo_get($form_values['dst'], $form_values['src']);
  return 'admin/build/gotwo';
}