$OpenBSD: patch-php-mobile-webaccess_config_php,v 1.1.1.1 2009/02/16 09:43:39 ajacoutot Exp $
--- php-mobile-webaccess/config.php.orig	Wed Dec 24 15:50:05 2008
+++ php-mobile-webaccess/config.php	Thu Jan  8 18:01:01 2009
@@ -9,8 +9,8 @@
 	define("CONFIG_CHECK", true);
 
 	// Default Zarafa server to connect to.
-	define("SERVER", "file:///var/run/zarafa");
-	#define("SERVER", "http://localhost:236/zarafa");
+	#define("SERVER", "file:///var/run/zarafa");
+	define("SERVER", "http://localhost:236/zarafa");
 
 	// Defines the base path on the server, terminated by a slash
 	define('BASE_PATH', dirname($_SERVER['SCRIPT_FILENAME']) . "/");
@@ -20,7 +20,10 @@
 					 BASE_PATH."include/smarty/" . PATH_SEPARATOR . 
 					 BASE_PATH . PATH_SEPARATOR . 
 					 "." . PATH_SEPARATOR . 
-					 "/usr/share/php/");
+				 	 "/include/php/" . PATH_SEPARATOR .
+					 "/var/www/include/php/" . PATH_SEPARATOR .
+					 "/smarty/" . PATH_SEPARATOR .
+					 "/var/www/smarty/");
 
 	define("COOKIE_EXPIRE", 60*60*24*365); // one year
 
