This commit is contained in:
gabrielkheisa
2022-10-25 14:46:33 +07:00
parent 5e28997f91
commit 99258d5eb9
3 changed files with 12 additions and 13 deletions

View File

@@ -10,10 +10,10 @@
<script src="https://gabrielkheisa.xyz/js/qrcode.min.js"></script>
<?php
$servername = "";
$username = "";
$password = "";
$dbname = "";
$servername = "127.0.0.1";
$username = "dbusr";
$password = "securepwd";
$dbname = "appdb";
$sesid = rand(1,999999999);