From 73f1fddbb4fab2fdc2e4e60ff6255da7c25c94ba Mon Sep 17 00:00:00 2001 From: starthomas610 Date: Thu, 13 Jun 2024 03:46:07 -0400 Subject: [PATCH] edit source --- public/Connections/repnew.php | 4 ++-- public/userarea/importify/columnlink.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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(""); } } })