Ignore:
Timestamp:
Jun 24, 2012, 9:15:52 PM (12 years ago)
Author:
grum
Message:

feature:2636- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/main.inc.php

    r15342 r16009  
    100100
    101101//AStat loaded and active only if in admin page
    102 if(basename($_SERVER["PHP_SELF"])=='admin.php')
     102if(defined('IN_ADMIN') && !defined('AJAX_CALL'))
    103103{
    104104  include_once("astat_aim.class.inc.php");
Note: See TracChangeset for help on using the changeset viewer.