diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/install.php b/admin/install.php index 7d514ec4b..68c76d068 100644 --- a/admin/install.php +++ b/admin/install.php @@ -81,7 +81,7 @@ if ( $_GET['step'] == 1 ) $file_content.= "\n\$cfgUser = '". $_POST['cfgUser']."';"; $file_content.= "\n\$cfgPassword = '". $_POST['cfgPassword']."';"; $file_content.= "\n\$cfgHote = '". $_POST['cfgHote']."';"; - $file_content.= "\n\$prefix_table = '".$_POST['prefix_table']."';"; + $file_content.= "\n\$prefixeTable = '".$_POST['prefix_table']."';"; $file_content.= "\n?>"; // writting the configuration file if ( $fp = @fopen( '../include/mysql.inc.php', 'a+' ) ) |