Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
lolo888
ISPConfig 3
Commits
f045f172
Commit
f045f172
authored
Nov 19, 2009
by
tbrehm
Browse files
Fixed: FS#930 - Error messages in multiserver install
parent
f92de226
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
f045f172
...
...
@@ -1202,7 +1202,7 @@ class installer_base {
exec
(
"chmod -R 770
$install_dir
/interface/lib/lang"
);
//* Make the temp directory for language file exports writable
exec
(
"chmod -R 770
$install_dir
/interface/web/temp"
);
if
(
is_dir
(
"
$install_dir
/interface/web/temp"
))
exec
(
"chmod -R 770
$install_dir
/interface/web/temp"
);
//* Make all interface language file directories group writable
$handle
=
@
opendir
(
$install_dir
.
'/interface/web'
);
...
...
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