Update connect.php

This commit is contained in:
ulvii 2017-07-14 16:44:31 -07:00 committed by GitHub
parent 98f1d6a84b
commit 3f7348f6d6

View file

@ -1,6 +1,6 @@
<?php
$server = 'server';
$database = 'tempdb';
$database = 'testdb';
$uid = 'usr';
$pwd = 'pwd';
$pooling=false;