function mod_activate() { $mod = new Extend($_GET['mod']); redirect('mod', 'index', array('hsuccess' => $mod->install())); }