Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
428dc5b7
Commit
428dc5b7
authored
Mar 21, 2019
by
Thomas Löffler
Browse files
[BUGFIX] Use correct path to AdditionalConfiguration.php
parent
df036a40
Pipeline
#6559
passed with stages
in 2 minutes and 55 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
public/services/t3a-members.php
View file @
428dc5b7
...
...
@@ -23,7 +23,7 @@ define(
define
(
'PATH_SITE'
,
dirname
(
PATH_THISSCRIPT
)
.
'/'
);
// db connection
require
(
PATH_SITE
.
'../typo3conf/AdditionalConfiguration.php'
);
require
(
PATH_SITE
.
'../
../private/
typo3conf/AdditionalConfiguration.php'
);
define
(
'TYPO3_DB_NAME'
,
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'DB'
][
'Connections'
][
'Default'
][
'dbname'
]);
define
(
'TYPO3_DB_HOST'
,
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'DB'
][
'Connections'
][
'Default'
][
'host'
]);
define
(
'TYPO3_DB_USERNAME'
,
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'DB'
][
'Connections'
][
'Default'
][
'user'
]);
...
...
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