We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ca2d7 commit 81444a9Copy full SHA for 81444a9
server/lib/classes/cron.d/150-goaccess.inc.php
@@ -130,14 +130,6 @@ public function onRunJob() {
130
unset($content);
131
}
132
133
- /* Update the primary domain name in the title, it could occasionally change */
134
- if(is_file($goaccess_conf) && (filesize($goaccess_conf) > 0)) {
135
- $content = $app->system->file_get_contents($goaccess_conf, true);
136
- $content = preg_replace('/^(#)?html-report-title(.*)/m', "html-report-title $domain", $content);
137
- $app->system->file_put_contents($goaccess_conf, $content, true);
138
- unset($content);
139
- }
140
-
141
$username = $rec['system_user'];
142
$groupname = $rec['system_group'];
143
$docroot = $rec['document_root'];
0 commit comments