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
Jozef Sroka
ISPConfig 3
Commits
3cc18054
Commit
3cc18054
authored
Sep 27, 2016
by
Till Brehm
Browse files
Fixed:
#4219
[3.1dev] mysql_clientdb.conf - not found
parent
d4d0a05b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/cron.d/500-backup.inc.php
View file @
3cc18054
...
...
@@ -209,7 +209,7 @@ class cronjob_backup extends cronjob {
$records
=
$app
->
db
->
queryAllRecords
(
"SELECT * FROM web_database WHERE server_id = ? AND backup_interval != 'none' AND backup_interval != ''"
,
$conf
[
'server_id'
]);
if
(
is_array
(
$records
))
{
include
'lib/mysql_clientdb.conf'
;
include
'
/usr/local/ispconfig/server/
lib/mysql_clientdb.conf'
;
foreach
(
$records
as
$rec
)
{
...
...
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