You are here

function gotwo_add_form_submit in Go - url redirects 7

Same name and namespace in other branches
  1. 6 gotwo.admin.inc \gotwo_add_form_submit()

Go redirect has been submitted.

File

./gotwo.admin.inc, line 228
Administrative page callbacks for the gotwo module.

Code

function gotwo_add_form_submit($form, &$form_state) {
  $res = _gotwo_get($form_state['values']['dst'], $form_state['values']['src']);
  $form_state['redirect'] = 'admin/structure/gotwo';
}