Skip to content
Snippets Groups Projects

Resolve "Fix Yahoo results for non monetized queries"

4 files
+ 66
17
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -32,6 +32,7 @@ class TruncateLogs extends Command
\storage_path("logs/metager/captcha_show.csv"),
\storage_path("logs/metager/captcha_solve.csv"),
\storage_path("logs/metager/csp_fail.csv"),
\storage_path("logs/metager/yahoo_fail.csv"),
];
foreach ($log_files as $log_file) {
if (\file_exists($log_file) && \is_writable($log_file)) {
@@ -46,4 +47,4 @@ class TruncateLogs extends Command
return 0;
}
}
}
\ No newline at end of file
Loading