Ignore:
Timestamp:
10/03/07 21:40:33 (5 years ago)
Author:
hverton
Message:

More xhtml fixes

File:
1 edited

Legend:

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

    r840 r865  
    1212| the included gpl.txt file or visit http://gnu.org  | 
    1313+----------------------------------------------------*/ 
    14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 
     14if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('INIT_CMS_OK')) fallback(BASEDIR."index.php"); 
    1515 
    1616/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.