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
ISPConfig
ISPConfig 3
Commits
9b30b0bd
Commit
9b30b0bd
authored
Mar 12, 2009
by
tbrehm
Browse files
No commit message
No commit message
parent
1f93c0d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
9b30b0bd
...
...
@@ -825,7 +825,7 @@ class installer_dist extends installer_base {
);
// remove existing ispconfig cronjobs, in case the syntax has changed
foreach
(
$cron_jobs
as
$key
=>
$val
)
{
foreach
(
$
existing_
cron_jobs
as
$key
=>
$val
)
{
if
(
stristr
(
$val
,
'getmail'
))
unset
(
$existing_cron_jobs
[
$key
]);
}
...
...
install/dist/lib/opensuse.lib.php
View file @
9b30b0bd
...
...
@@ -843,7 +843,7 @@ class installer_dist extends installer_base {
);
// remove existing ispconfig cronjobs, in case the syntax has changed
foreach
(
$cron_jobs
as
$key
=>
$val
)
{
foreach
(
$
existing_
cron_jobs
as
$key
=>
$val
)
{
if
(
stristr
(
$val
,
'getmail'
))
unset
(
$existing_cron_jobs
[
$key
]);
}
...
...
install/lib/installer_base.lib.php
View file @
9b30b0bd
...
...
@@ -1110,7 +1110,7 @@ class installer_base {
);
// remove existing ispconfig cronjobs, in case the syntax has changed
foreach
(
$cron_jobs
as
$key
=>
$val
)
{
foreach
(
$
existing_
cron_jobs
as
$key
=>
$val
)
{
if
(
stristr
(
$val
,
'getmail'
))
unset
(
$existing_cron_jobs
[
$key
]);
}
...
...
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