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
ISPConfig
ISPConfig 3
Commits
41eaa874
Commit
41eaa874
authored
Aug 21, 2012
by
cfoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed php errors on install/update
parent
c146a27b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
install/dist/lib/fedora.lib.php
install/dist/lib/fedora.lib.php
+2
-2
install/dist/lib/gentoo.lib.php
install/dist/lib/gentoo.lib.php
+1
-1
install/dist/lib/opensuse.lib.php
install/dist/lib/opensuse.lib.php
+2
-2
No files found.
install/dist/lib/fedora.lib.php
View file @
41eaa874
...
...
@@ -742,7 +742,7 @@ class installer_dist extends installer_base {
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
$content
=
str_replace
(
'{timezone}'
,
$conf
[
'timezone'
],
$content
);
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
;
wf
(
"
$install_dir
/interface/lib/
$configfile
"
,
$content
);
...
...
@@ -766,7 +766,7 @@ class installer_dist extends installer_base {
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
$content
=
str_replace
(
'{timezone}'
,
$conf
[
'timezone'
],
$content
);
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
;
wf
(
"
$install_dir
/server/lib/
$configfile
"
,
$content
);
...
...
install/dist/lib/gentoo.lib.php
View file @
41eaa874
...
...
@@ -740,7 +740,7 @@ class installer extends installer_base
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
$content
=
str_replace
(
'{timezone}'
,
$conf
[
'timezone'
],
$content
);
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
;
$this
->
write_config_file
(
"
$install_dir
/interface/lib/
$configfile
"
,
$content
);
...
...
install/dist/lib/opensuse.lib.php
View file @
41eaa874
...
...
@@ -782,7 +782,7 @@ class installer_dist extends installer_base {
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
$content
=
str_replace
(
'{timezone}'
,
$conf
[
'timezone'
],
$content
);
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
;
wf
(
"
$install_dir
/interface/lib/
$configfile
"
,
$content
);
...
...
@@ -806,7 +806,7 @@ class installer_dist extends installer_base {
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
$content
=
str_replace
(
'{timezone}'
,
$conf
[
'timezone'
],
$content
);
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
$content
=
str_replace
(
'{theme}'
,
$conf
[
'theme'
],
$content
)
;
wf
(
"
$install_dir
/server/lib/
$configfile
"
,
$content
);
...
...
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