mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2024-11-22 11:31:59 +07:00
update
This commit is contained in:
parent
e46f61d631
commit
5e28997f91
@ -17,10 +17,10 @@ fclose($myfile);
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$servername = "";
|
$servername = "127.0.0.1";
|
||||||
$username = "";
|
$username = "dbusr";
|
||||||
$password = "";
|
$password = "securepwd";
|
||||||
$dbname = "";
|
$dbname = "appdb";
|
||||||
|
|
||||||
$sesid = rand(1,999999999);
|
$sesid = rand(1,999999999);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user