Ignore:
Timestamp:
May 7, 2010, 10:21:09 PM (14 years ago)
Author:
grum
Message:

Update plugin with some new functions

File:
1 edited

Legend:

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

    r5958 r6106  
    9292global $prefixeTable;
    9393
    94 //GPC admin interface is loaded and active only if in admin page
    95 if(basename($_SERVER["PHP_SELF"])=='admin.php')
     94if(defined('IN_ADMIN'))
    9695{
     96  //GPC admin interface is loaded and active only if in admin page
    9797  include_once("gpc_aim.class.inc.php");
    9898
Note: See TracChangeset for help on using the changeset viewer.