Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
a941b09e
Commit
a941b09e
authored
Oct 29, 2014
by
Aaron Wells
Browse files
Documenting $cfg->cookieprefix in config-defaults.php
Change-Id: I9c6b890c9329b173fa53b6d73e0b5da187cb5d85
parent
ff42bce2
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/config-defaults.php
View file @
a941b09e
...
...
@@ -607,3 +607,10 @@ $cfg->probationenabled = false;
* many probation points new users will start with.
*/
$cfg
->
probationstartingpoints
=
2
;
/**
* @global string $cfg->cookieprefix Prefix to use on the names of any cookies issued by Mahara. This may
* be useful in some unusual hosting situations, for instance if you are running another web application
* that issues cookies with the same domain and path as Mahara.
*/
// $cfg->cookieprefix = '';
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment