You are here

function lingotek_setup_complete_form_submit in Lingotek Translation 7.2

Setup Complete - Form Submit - Redirects to Lingotek Dashboard.

File

./lingotek.setup.inc, line 905
Lingotek Easy Install Process.

Code

function lingotek_setup_complete_form_submit($form, &$form_state) {
  $form_state['redirect'] = LINGOTEK_BASE_URL;
}