function hosting_wizard_hosting_init_validate in Hosting 5
File
- ./
hosting.wizard.inc, line 423
Code
function hosting_wizard_hosting_init_validate() {
if (!variable_get('hosting_dispatch_last_run', false)) {
drupal_goto('hosting/wizard/hosting/init');
}
}