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