diff options
Diffstat (limited to 'modules/akismet/views')
-rw-r--r-- | modules/akismet/views/admin_akismet_stats.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/akismet/views/admin_akismet_stats.html.php b/modules/akismet/views/admin_akismet_stats.html.php index a36ef237..a7431a18 100644 --- a/modules/akismet/views/admin_akismet_stats.html.php +++ b/modules/akismet/views/admin_akismet_stats.html.php @@ -1,5 +1,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> |