X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finstall-inc.php;h=7e66a605bf42ab295a2332950afa6e7249dc9e60;hp=e8304bb0c4fe90a78d24af2d9b2aa3712a77296d;hb=c89bf2a2baabaf9d0597399bcd340750149019d6;hpb=ab82613b0100336c0966a742c986874ec1692672 diff --git a/inc/install-inc.php b/inc/install-inc.php index e8304bb0c4..7e66a605bf 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -88,12 +88,12 @@ if ((!isInstalled()) || (!isAdminRegistered())) { addTemplateToInstallContent('install_welcome'); break; - case '1': // Server path, base URL + case 1: // Server path, base URL // Load template addTemplateToInstallContent('install_page1'); break; - case '2': // MySQL data (alone!) + case 2: // MySQL data (alone!) if (empty($mysql['dbase'])) $mysql['dbase'] = 'your_database'; if (empty($mysql['login'])) $mysql['login'] = 'your_login'; if (empty($mysql['host'])) $mysql['host'] = 'localhost'; @@ -121,7 +121,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) { addTemplateToInstallContent('install_page2', $content); break; - case '3': + case 3: // Set more values $content['spath'] = postRequestElement('spath'); $content['burl'] = postRequestElement('burl'); @@ -162,7 +162,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) { addTemplateToInstallContent('install_page3', $content); break; - case '5': // Misc settings + case 5: // Misc settings // General settings $content['spath'] = postRequestElement('spath'); $content['burl'] = postRequestElement('burl');