Files
gallery3/modules/akismet/views/admin_akismet_stats.html.php
Bharat Mediratta 8bcc3de28d Listen for comment creation, and run it through Akismet. Make the
akismet stats page take up as much room as possible.
2009-01-07 08:20:22 +00:00

7 lines
250 B
PHP

<?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>