mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
Using the same name for variables in ./include/mysql.inc.php
git-svn-id: http://piwigo.org/svn/trunk@141 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -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+' ) )
|
||||
|
||||
Reference in New Issue
Block a user