Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
4fc10fcf
Commit
4fc10fcf
authored
Apr 20, 2011
by
mcramer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo
parent
2aaf93e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/web/sites/web_domain_edit.php
interface/web/sites/web_domain_edit.php
+1
-1
No files found.
interface/web/sites/web_domain_edit.php
View file @
4fc10fcf
...
...
@@ -572,7 +572,7 @@ class page_action extends tform_actions {
//* Set php_open_basedir if empty or domain or client has been changed
if
(
$web_rec
[
'php_open_basedir'
]
==
''
||
(
$this
->
dataRecord
[
"domain"
]
!=
''
&&
$this
->
oldDataRecord
[
"domain"
]
!=
''
&&
$this
->
dataRecord
[
"domain"
]
!=
$this
->
oldDataRecord
[
"domain"
])
||
(
isset
(
$this
->
dataRecord
[
"client_group_id"
])
&&
$this
->
dataRecord
[
"client_group_id"
]
!=
$this
->
oldDataRecord
[
"sys_groupid"
]))
(
isset
(
$this
->
dataRecord
[
"client_group_id"
])
&&
$this
->
dataRecord
[
"client_group_id"
]
!=
$this
->
oldDataRecord
[
"sys_groupid"
]))
{
$document_root
=
$app
->
db
->
quote
(
str_replace
(
"[client_id]"
,
$client_id
,
$document_root
));
$php_open_basedir
=
str_replace
(
"[website_path]"
,
$document_root
,
$web_config
[
"php_open_basedir"
]);
$php_open_basedir
=
$app
->
db
->
quote
(
str_replace
(
"[website_domain]"
,
$web_rec
[
'domain'
],
$php_open_basedir
));
...
...
Write
Preview
Markdown
is supported
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