$OpenBSD: patch-config_php,v 1.3 2010/06/30 17:41:03 ajacoutot Exp $ --- config.php.orig Fri Nov 13 21:38:35 2009 +++ config.php Wed Jun 30 19:38:57 2010 @@ -12,7 +12,7 @@ ************************************************/ // Defines the default time zone if (function_exists("date_default_timezone_set")){ - date_default_timezone_set("Europe/Amsterdam"); + date_default_timezone_set("Europe/London"); } // Defines the base path on the server, terminated by a slash @@ -23,9 +23,10 @@ BASE_PATH. "include/" . PATH_SEPARATOR . BASE_PATH. PATH_SEPARATOR . ini_get('include_path') . PATH_SEPARATOR . - "/usr/share/php/" . PATH_SEPARATOR . - "/usr/share/php5/" . PATH_SEPARATOR . - "/usr/share/pear/"); + "/include/php/" . PATH_SEPARATOR . + "/var/www/include/php/" . PATH_SEPARATOR . + "/var/www/pear/" . PATH_SEPARATOR . + "/pear/"); define('STATE_DIR', 'state'); @@ -52,7 +53,8 @@ // ************************ // Defines the server to which we want to connect - define('MAPI_SERVER', 'file:///var/run/zarafa'); + #define('MAPI_SERVER', 'file:///var/run/zarafa'); + define('MAPI_SERVER', 'http://localhost:236/zarafa'); // ************************