edit source

This commit is contained in:
starthomas610 2024-06-13 03:46:07 -04:00
parent 52aa201299
commit 73f1fddbb4
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -348,6 +348,7 @@
}
}
$('#div_rdo_csv').html(str_arr_title);
$('#tbody_result').html("");
}
}
})