Commit 723d237f authored by Manfred Kutas's avatar Manfred Kutas

ZP-897 Fixed typo for MAPI_SERVER location description.

Released under the Affero GNU General Public License (AGPL) version 3.
parent d5edf31b
......@@ -57,7 +57,7 @@
// If you are using ZCP >= 7.2.0, set it to the zarafa location, e.g.
// define("MAPI_SERVER", "http://localhost:236/zarafa");
// define("MAPI_SERVER", "https://localhost:237/zarafa");
// define("MAPI_SERVER", "file:///var/run/zarafa/server.sock";
// define("MAPI_SERVER", "file:///var/run/zarafad/server.sock";
// For ZCP versions prior to 7.2.0 the socket location is different (http(s) sockets are the same):
// define("MAPI_SERVER", "file:///var/run/zarafa";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment