From 3755b973b47f3017f192bfb3de3f017d99edc644 Mon Sep 17 00:00:00 2001 From: scith Date: Wed, 7 Oct 2015 22:07:10 +0200 Subject: [PATCH] Fix --- conf/sso.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sso.php b/conf/sso.php index 94e613c..88c8a3e 100644 --- a/conf/sso.php +++ b/conf/sso.php @@ -2,7 +2,7 @@ // Enable RainLoop Api and include index file $_ENV['RAINLOOP_INCLUDE_AS_API'] = true; -include '/var/wwwPATHTOCHANGE/index.php'; +include '/var/www/rainloop/index.php'; // Retrieve email and password if (isset($_SERVER['HTTP_EMAIL']) && isset($_SERVER['PHP_AUTH_PW'])) {