getConfig(); if ($config && !($page = $config->hasCustomConfig())) { if ($config) $form = $config->getForm(); if ($form && $_POST) $form->isValid(); } $title = __('Update Plugin'); $action = 'update'; $submit_text = __('Save Changes'); $info = $plugin->ht; } $info = Format::htmlchars(($errors && $_POST) ? $_POST : $info, true); ?>