XPressME Integration Kit

Trac

Changeset 416


Ignore:
Timestamp:
Oct 22, 2009, 9:52:14 PM (15 years ago)
Author:
toemon
Message:

システム情報 /admin/index.php の xpress_state()で/include/general_functions.phpが多重にインクルード可能性を修正 Fixed #234

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/XPressMU/xpressme_integration_kit/admin/index.php

    r414 r416  
    497497        global $xoopsModule; 
    498498        include(dirname(__FILE__) . '/../wp-includes/version.php'); 
    499         include(dirname(__FILE__) . '/../include/general_functions.php'); 
     499        include_once(dirname(__FILE__) . '/../include/general_functions.php'); 
    500500 
    501501        $xoopsDB =& Database::getInstance(); 
  • trunk/xpressme_integration_kit/admin/index.php

    r414 r416  
    497497        global $xoopsModule; 
    498498        include(dirname(__FILE__) . '/../wp-includes/version.php'); 
    499         include(dirname(__FILE__) . '/../include/general_functions.php'); 
     499        include_once(dirname(__FILE__) . '/../include/general_functions.php'); 
    500500 
    501501        $xoopsDB =& Database::getInstance(); 
Note: See TracChangeset for help on using the changeset viewer.