mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2026-06-27 06:32:57 +00:00
config
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user