BlakesHeaven / Simple-Stats-Plus

This repository combines and enhances Bludits Simple stas and Hit Counter
MIT License
5 stars 2 forks source link

$excludeAdmins is inefective as originating from original Simple-Stats plugin #4

Closed BlakesHeaven closed 5 years ago

BlakesHeaven commented 5 years ago

The original code, when enabled, actually prevents all counting of pages because it does not consider if the user is actually logged in and is an admin. Replaced:

$login = new Login(); added to public function beforeSiteLoad() along with: