summaryrefslogtreecommitdiff
path: root/modules/akismet/views/admin_akismet_stats.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-07 07:36:48 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-07 07:36:48 +0000
commitba052c0cc94a1b1acbe3322e9e3705f71f7134ac (patch)
treea66105cf010350875806e428897c99a31fa47875 /modules/akismet/views/admin_akismet_stats.html.php
parentf8f471c59be38e94242d63ad0facb899594de58d (diff)
Extract the Akismet driver from the Spam_Filter module into a module
in its own right. Clean up the tests, streamline the code and improve the admin interaction. Add a working stats page.
Diffstat (limited to 'modules/akismet/views/admin_akismet_stats.html.php')
-rw-r--r--modules/akismet/views/admin_akismet_stats.html.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/akismet/views/admin_akismet_stats.html.php b/modules/akismet/views/admin_akismet_stats.html.php
new file mode 100644
index 00000000..a36ef237
--- /dev/null
+++ b/modules/akismet/views/admin_akismet_stats.html.php
@@ -0,0 +1,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>