summaryrefslogtreecommitdiff
path: root/modules/akismet/views/admin_akismet_stats.html.php
blob: a36ef237a8c96f2659f76381496ab12949e66292 (plain)
1
2
3
4
5
<?php defined("SYSPATH") or die("No direct script access.") ?>
<iframe width="100%"
        style="border: 0px"
        src="http://<?= $api_key ?>.web.akismet.com/1.0/user-stats.php?blog=<?= urlencode($blog_url) ?>">
</iframe>