mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2025-08-21 11:31:14 +00:00
update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
$servername = "";
|
||||
$username = "";
|
||||
$password = "";
|
||||
$dbname = "";
|
||||
$servername = "127.0.0.1";
|
||||
$username = "dbusr";
|
||||
$password = "securepwd";
|
||||
$dbname = "appdb";
|
||||
|
||||
//Query params
|
||||
$q = $_REQUEST["q"];
|
||||
|
Reference in New Issue
Block a user