fixed credentials

list-Gtw-Mdl
Nicolas FRANCO 2 years ago
parent 7716d00a9a
commit c67da0780e

@ -1,4 +1,4 @@
<?php
static $user = 'nifranco';
static $pass = 'f3wn5ady';
static $pass = 'achanger';
?>

@ -16,4 +16,5 @@ $tgt = new TaskGateway($con);
//$tgt->delete('10');
$tasks=$tgt->Find('idList','001');
foreach($tasks as $i)
echo $i->get_id().<\br>;
echo $i->get_id()."<br>";

Loading…
Cancel
Save