registerForm('_config.php', $forms['_config.php']); $form_display->save('_config.php'); if (isset($_POST['eol'])) { $_SESSION['eol'] = ($_POST['eol'] == 'unix') ? 'unix' : 'win'; } if (PMA_ifSetOr($_POST['submit_clear'], '')) { // // Clear current config and return to main page // $GLOBALS['ConfigFile']->resetConfigData(); // drop post data header('HTTP/1.1 303 See Other'); header('Location: index.php' . URL::getCommonRaw()); exit; } elseif (PMA_ifSetOr($_POST['submit_download'], '')) { // // Output generated config file // PMA_downloadHeader('config.inc.php', 'text/plain'); echo ConfigGenerator::getConfigFile($GLOBALS['ConfigFile']); exit; } else { // // Show generated config file in a