diff --git a/public/Connections/repnew.php b/public/Connections/repnew.php index c511813..1b8dbaa 100644 --- a/public/Connections/repnew.php +++ b/public/Connections/repnew.php @@ -4,8 +4,8 @@ # HTTP="true" $hostname_repnew = "localhost"; $database_repnew = "reportifynew"; -$username_repnew = "solocla"; -$password_repnew = "!Massarosa2"; +$username_repnew = "root"; +$password_repnew = ""; $servername = $hostname_repnew; $username = $username_repnew; diff --git a/public/userarea/importify/columnlink.php b/public/userarea/importify/columnlink.php index 6967b48..677e0b5 100644 --- a/public/userarea/importify/columnlink.php +++ b/public/userarea/importify/columnlink.php @@ -348,6 +348,7 @@ } } $('#div_rdo_csv').html(str_arr_title); + $('#tbody_result').html(""); } } })