Skip to content

Commit

Permalink
Remove temp code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopetkov committed Sep 10, 2024
1 parent 9d1c054 commit 6fb63c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/Audits/Internal/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ static function initializeAudit(string $id): void
$maxPagesCount = $data['m'];

$robotsURL = $data['u'] . 'robots.txt';
$robotsURL = 'https://example.alle.bg/robots.txt';
$result = self::makeRequest($robotsURL);
// print_r($result);
// exit;
if ($result['status'] === 200) {
$robotsLines = explode("\n", $result['content']);
$sitemapURL = '';
Expand Down

0 comments on commit 6fb63c4

Please sign in to comment.