Mini Mint in WP-ShortStat

WP-ShortStat is a website statistics software. If you like Shortstat, consider upgrading to Shaun Inman’s more fully-featured stats package, mint.

http://jrm.cc/archives/blog/wp-shortstat | http://dev.wp-plugins.org/wiki/wp-shortstat

Here is little fix for Wordpress 2.03

Edit this in Line 13 of wp-shortstat.php

From:
if (function_exists(’check_admin_referer’)) {

To:


if (function_exists('user_can_access_admin_page')) {

Some might have to comment out line 95 (with above fix)

// || check_admin_referer()

That’s All Folks.. enjoy

Leave a Reply

You must be logged in to post a comment.