BUGFIX: extra "the" in message
[e-DoKo.git] / config.php_template
index 50f731ae174ce867f5374c239b088d3f9cef498b..93e951cf68f9dc491a55c5808f4420d5127590d9 100644 (file)
@@ -28,7 +28,7 @@
     $EMAIL_REPLY="";
 
     /* this should point to your index.file and to your domain.
     $EMAIL_REPLY="";
 
     /* this should point to your index.file and to your domain.
-     * The HOST variable is also used to test, if files are called 
+     * The HOST variable is also used to test, if files are called
      * from within e-DoKo, so it needs to be set.
      */
     $INDEX = "/index.php";
      * from within e-DoKo, so it needs to be set.
      */
     $INDEX = "/index.php";
 
     /* the default timezone for you domain */
     $defaulttimezone = date_default_timezone_get();
 
     /* the default timezone for you domain */
     $defaulttimezone = date_default_timezone_get();
+
+    /* OpenId
+     *
+     * we use the php-openid library (tested with version 2.1.3)
+     * E-DoKo needs to know where to find the file examples/consumer/common.php
+     * that comes with the library. That file also needs to be modified the
+     * function getReturnTo(), change:
+     -    return sprintf("%s://%s:%s%s/finish_auth.php",
+     +    return sprintf("%s://%s:%s%s/index.php?action=login",
+
+    */
+
+    /* Openidpath that points to the top php-openid directory */
+    //$OPENIDPATH = "..fill in correct path here.../openid/php-openid-2.1.3/"
+    // leave empty if not used.
+    $OPENIDPATH = '';
 ?>
\ No newline at end of file
 ?>
\ No newline at end of file