Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from SergeiGulin/patch-2
Browse files Browse the repository at this point in the history
Update DefaultController.php
  • Loading branch information
himiklab committed Jul 31, 2015
2 parents bbae8d0 + 9394875 commit 83ac08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function actionIndex()
$headers->add('Content-Encoding', 'gzip');
$headers->add('Content-Length', strlen($sitemapData));
}
echo $sitemapData;
return $sitemapData;
}
}

0 comments on commit 83ac08e

Please sign in to comment.