Ignore:
Timestamp:
2012/02/08 13:55:06 (12 years ago)
Author:
h_yoshimoto
Message:

#1603 #1632 プラグインの管理画面を作成しました。それに伴うエンジン部分の修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/require_base.php

    r21395 r21455  
    4747    $sessionFactory = SC_SessionFactory::getInstance(); 
    4848    $sessionFactory->initSession(); 
     49     
     50    // プラグインを読み込む 
     51    require_once DATA_REALDIR . 'require_plugin.php'; 
    4952 
    5053    /* 
     
    5457    $objSession->adminAuthorization(); 
    5558 
    56     // プラグインを読み込む 
    57     require_once DATA_REALDIR . 'require_plugin.php'; 
    5859} 
    5960?> 
Note: See TracChangeset for help on using the changeset viewer.