removed prod db
This commit is contained in:
parent
a665ab63b0
commit
67d151f98b
@ -1,9 +0,0 @@
|
|||||||
<?php
|
|
||||||
$mysqlhost = 'localhost';
|
|
||||||
$dbname = 'usertable';
|
|
||||||
$dbuser = 'usertable';
|
|
||||||
$dbpass = 'password';
|
|
||||||
$pdo = new PDO('mysql:host='.$mysqlhost.';dbname='.$dbname.'', $dbuser , $dbpass);
|
|
||||||
//$pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password');
|
|
||||||
?>
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user