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
Dirk Dankhoff
ISPConfig 3
Commits
d860c921
Commit
d860c921
authored
Dec 15, 2011
by
tbrehm
Browse files
Fixed: FS#1892 - cron daily awstats bug
parent
58d1f15b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/cron_daily.php
View file @
d860c921
...
...
@@ -180,7 +180,7 @@ foreach($records as $rec) {
if
(
is_file
(
$awstats_website_conf_file
))
unlink
(
$awstats_website_conf_file
);
$sql
=
"SELECT domain FROM web_domain WHERE (type = 'alias' OR
AND
type = 'subdomain') server_id = "
.
$conf
[
'server_id'
];
$sql
=
"SELECT domain FROM web_domain WHERE (type = 'alias' OR type = 'subdomain') server_id = "
.
$conf
[
'server_id'
];
$aliases
=
$app
->
db
->
queryAllRecords
(
$sql
);
$aliasdomain
=
''
;
...
...
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