Ignore:
Timestamp:
09/25/07 22:24:33 (5 years ago)
Author:
hverton
Message:

minor bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/ad_side_panel/php-files/modules/ad_side_panel/module_installer.php

    r836 r839  
    1313| the included gpl.txt file or visit http://gnu.org  | 
    1414+----------------------------------------------------*/ 
    15 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('IN_FUSION')) fallback(BASEDIR."index.php"); 
     15if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 
    1616 
    1717/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.