0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-07-01 02:41:21 +02:00

greenhost sql

This commit is contained in:
peteruithoven 2014-03-07 12:27:41 +01:00
parent fca968806a
commit c0e1129bb2

View File

@ -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 {