Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
d440bcfa
Commit
d440bcfa
authored
May 26, 2010
by
Eloy Lafuente
Browse files
NOBUG fix typo causing problems using config-dist.php as base
parent
7e8f4091
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
d440bcfa
...
...
@@ -407,7 +407,7 @@ $CFG->admin = 'admin';
// ALL DONE! To continue installation, visit your main page with a browser
//=========================================================================
require_once
(
dirname
(
_FILE_
)
.
'/lib/setup.php'
);
// Do not edit
require_once
(
dirname
(
_
_
FILE_
_
)
.
'/lib/setup.php'
);
// Do not edit
// There is no php closing tag in this file,
// it is intentional because it prevents trailing whitespace problems!
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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