From fae9fb6ec1ecc66931cc076fb5b8d9f8ae4bfde9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 10 Jun 2012 13:07:12 +0200 Subject: [PATCH] STATE_DIR doit finir par un / --- root/etc/e-smith/templates/usr/share/sogosync/config.php/20BasePath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/usr/share/sogosync/config.php/20BasePath b/root/etc/e-smith/templates/usr/share/sogosync/config.php/20BasePath index e1e873f..13bc584 100644 --- a/root/etc/e-smith/templates/usr/share/sogosync/config.php/20BasePath +++ b/root/etc/e-smith/templates/usr/share/sogosync/config.php/20BasePath @@ -1,5 +1,5 @@ define('BASE_PATH', dirname($_SERVER['SCRIPT_FILENAME']) . "/"); - define('STATE_DIR', '/var/lib/sogosync'); + define('STATE_DIR', '/var/lib/sogosync/'); ini_set('include_path', BASE_PATH. "include/" . PATH_SEPARATOR . BASE_PATH. PATH_SEPARATOR .