|
@@ -63,7 +63,7 @@ discard block |
|
|
block discarded – undo |
|
63
|
63
|
$opt['session']['mode'] = SAVE_COOKIE; |
|
64
|
64
|
$opt['session']['cookiename'] = 'ocvagrant'; // only with SAVE_COOKIE |
|
65
|
65
|
$opt['session']['path'] = '/'; |
|
66
|
|
-$opt['session']['domain'] = 'local.team-opencaching.de'; // may be overwritten by $opt['domain'][...]['cookiedomain'] |
|
|
66
|
+$opt['session']['domain'] = 'local.team-opencaching.de'; // may be overwritten by $opt['domain'][...]['cookiedomain'] |
|
67
|
67
|
|
|
68
|
68
|
/* If the Referer was sent by the client and the substring was not found, |
|
69
|
69
|
* the embedded session id will be marked as invalid. |
|
@@ -221,7 +221,7 @@ discard block |
|
|
block discarded – undo |
|
221
|
221
|
* Take caution on caching issues (!) |
|
222
|
222
|
*/ |
|
223
|
223
|
|
|
224
|
|
-$opt['map']['towns']['enable'] = true; // for releasing v14 |
|
|
224
|
+$opt['map']['towns']['enable'] = true; // for releasing v14 |
|
225
|
225
|
|
|
226
|
226
|
define('MNU_INFO', 1015); |
|
227
|
227
|
define('MNU_TEAMBLOG', 1016); |
Please login to merge, or discard this patch.