diff --git a/report.php b/report.php index 250acf4..8582ca4 100644 --- a/report.php +++ b/report.php @@ -9,16 +9,16 @@


getSettings("sites_google", "1"); - foreach( $domains as $domain => $values ) { - echo '
'; + $sitesList = $dataCapture->getSitesGoogleSearchConsole(); + foreach( $sitesList as $key => $site ) { + echo '
'; } ?>

- +