X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=config.php_template;h=93e951cf68f9dc491a55c5808f4420d5127590d9;hp=761d889498dd14e7625e122187e305076bc53613;hb=522e61d6c5c04dac9c3254ddd2fd7ebb82a1a104;hpb=e7e64b1ada481710704c16bfb8ee4a7c337dc8f1 diff --git a/config.php_template b/config.php_template index 761d889..93e951c 100644 --- a/config.php_template +++ b/config.php_template @@ -27,8 +27,32 @@ /* used as the reply email in each email */ $EMAIL_REPLY=""; - /* this should point to your index.file, probably without the http:// to avoid extra requests */ - $host = "http://.../index.php" + /* this should point to your index.file and to your domain. + * 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"; + $HOST = "http://www.example.com"; + + /* point this to a Wiki that explains the rules, etc (or use this one)*/ + $WIKI = "http://wiki.nubati.net/index.php?title=EmailDoko"; + /* 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