Skip to content

Commit f0c5dbe

Browse files
committed
Modified the server ip to localhost.
1 parent 41372f2 commit f0c5dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/FMDataAPI_Sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// Instantiate the class FMDataAPI with database name, user name, password and host.
2020
// Although the port number and protocol can be set in parameters of constructor,
2121
// these parameters can be omitted with default values.
22-
$fmdb = new FMDataAPI("TestDB", "web", "password", "10.211.57.4");
22+
$fmdb = new FMDataAPI("TestDB", "web", "password", "localhost");
2323

2424
//==============================
2525
//$fmdb = new FMDataAPI("TestDB", "web", "password", "localserver");

0 commit comments

Comments
 (0)