From 56fa0e31ad67ea337fd8c575ddf6e80094454eb8 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 29 Nov 2008 16:37:54 +0000 Subject: verify that they at least typed in the right db information, before creating the config file for them --- templates/show_install_config.inc.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/show_install_config.inc.php') diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index ef8d861f..7586cf9b 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -54,9 +54,11 @@ if (INSTALL != '1') { exit; }

- -
" enctype="multipart/form-data" > - + + + +" enctype="multipart/form-data" > +
-- cgit