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
3de838dd
Commit
3de838dd
authored
Mar 05, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Improved IP address loop.
parent
8555470d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
install/dist/lib/fedora.lib.php
install/dist/lib/fedora.lib.php
+1
-1
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
+1
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-1
No files found.
install/dist/lib/fedora.lib.php
View file @
3de838dd
...
...
@@ -670,7 +670,7 @@ class installer_dist extends installer_base {
}
}
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
if
(
count
(
$ip_addresses
)
>
0
)
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
wf
(
$vhost_conf_dir
.
'/ispconfig.conf'
,
$tpl
->
grab
());
unset
(
$tpl
);
...
...
install/dist/lib/gentoo.lib.php
View file @
3de838dd
...
...
@@ -535,7 +535,7 @@ class installer extends installer_base
}
}
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
if
(
count
(
$ip_addresses
)
>
0
)
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
wf
(
$conf
[
'apache'
][
'vhost_conf_dir'
]
.
'/000-ispconfig.conf'
,
$tpl
->
grab
());
unset
(
$tpl
);
...
...
install/dist/lib/opensuse.lib.php
View file @
3de838dd
...
...
@@ -685,7 +685,7 @@ class installer_dist extends installer_base {
}
}
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
if
(
count
(
$ip_addresses
)
>
0
)
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
wf
(
$vhost_conf_dir
.
'/ispconfig.conf'
,
$tpl
->
grab
());
unset
(
$tpl
);
...
...
install/lib/installer_base.lib.php
View file @
3de838dd
...
...
@@ -1276,7 +1276,7 @@ class installer_base {
}
}
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
if
(
count
(
$ip_addresses
)
>
0
)
$tpl
->
setLoop
(
'ip_adresses'
,
$ip_addresses
);
wf
(
$vhost_conf_dir
.
'/ispconfig.conf'
,
$tpl
->
grab
());
unset
(
$tpl
);
...
...
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