mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-11-04 22:53:23 +01:00
greenhost sql
This commit is contained in:
parent
fca968806a
commit
c0e1129bb2
@ -5,8 +5,8 @@
|
||||
|
||||
require 'credentials.php';
|
||||
|
||||
$database = "doodle3d_connect";
|
||||
$dsn = "mysql:host=localhost;dbname=$database";
|
||||
$database = "doodle3d_com_connect";
|
||||
$dsn = "mysql:host=doodle1.sql.greenhost.nl;dbname=$database";
|
||||
$table = "signins";
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user