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