module(); if ($GLOBALS['module']->exists('HelpCenter')) { if ($GLOBALS['module']->active('HelpCenter')) { header('Location: '.$conf['url'].'/module.php?module=HelpCenter'); } else { header('Location: '.$conf['url'].'/admin/index.php'); } } else { header('Location: '.$conf['url'].'/admin/index.php'); } // do events that need to be done at the end of the file $inc->finished(); ?>