Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
7c3b600f
Commit
7c3b600f
authored
May 27, 2009
by
tbrehm
Browse files
Set server_id also in interface config.inc.php file.
parent
8aed1bf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
7c3b600f
...
...
@@ -555,6 +555,7 @@ class installer_dist extends installer_base {
$content
=
str_replace
(
'{mysql_master_server_database}'
,
$conf
[
'mysql'
][
'master_database'
],
$content
);
$content
=
str_replace
(
'{mysql_master_server_host}'
,
$conf
[
'mysql'
][
'master_host'
],
$content
);
$content
=
str_replace
(
'{server_id}'
,
$conf
[
'server_id'
],
$content
);
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
...
...
install/dist/lib/opensuse.lib.php
View file @
7c3b600f
...
...
@@ -576,6 +576,7 @@ class installer_dist extends installer_base {
$content
=
str_replace
(
'{mysql_master_server_database}'
,
$conf
[
'mysql'
][
'master_database'
],
$content
);
$content
=
str_replace
(
'{mysql_master_server_host}'
,
$conf
[
'mysql'
][
'master_host'
],
$content
);
$content
=
str_replace
(
'{server_id}'
,
$conf
[
'server_id'
],
$content
);
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
...
...
install/lib/installer_base.lib.php
View file @
7c3b600f
...
...
@@ -856,6 +856,7 @@ class installer_base {
$content
=
str_replace
(
'{mysql_master_server_database}'
,
$conf
[
'mysql'
][
'master_database'
],
$content
);
$content
=
str_replace
(
'{mysql_master_server_host}'
,
$conf
[
'mysql'
][
'master_host'
],
$content
);
$content
=
str_replace
(
'{server_id}'
,
$conf
[
'server_id'
],
$content
);
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
...
...
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