Skip to content

Commit b1db741

Browse files
committed
Back the host of sample code.
1 parent 609ac70 commit b1db741

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.56.2");
22+
$fmdb = new FMDataAPI("TestDB", "web", "password", "localhost");
2323

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

0 commit comments

Comments
 (0)