X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=install.php;h=23fc61f58aa77b20c79dc27b2e3e67dc8d924cf1;hb=095f5ab59b539834d2c67e5d409d01820e10d8be;hp=22e48ef1b1417cd0909ab8f113e3672f92c5a305;hpb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;p=mailer.git diff --git a/install.php b/install.php index 22e48ef1b1..23fc61f58a 100644 --- a/install.php +++ b/install.php @@ -1,34 +1,18 @@ getRequestElement('install_page') + ); + + // Load main installation table + loadTemplate('install_main_ajax', FALSE, $content); +} elseif (isPlainInstaller()) { + // Plain installer: + // Load include file + loadIncludeOnce('inc/install-inc.php'); + + // Load main template + loadTemplate('install_main_plain'); +} else { + // What do you want, red or blue pill? AJAX or plain installer? ;-) + loadTemplate('install_selector'); +} // Footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>