Changeset 17137 for branches/comu-ver2/html/admin/require.php
- Timestamp:
- 2008/03/12 20:20:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/admin/require.php
r16994 r17137 70 70 require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail/mime.php"); 71 71 72 // インストールチェック 73 SC_Utils_Ex::sfInitInstall(); 74 72 75 // セッションハンドラ開始 73 76 $objSession = new SC_Helper_Session_Ex(); 74 75 // インストールチェック 76 SC_Utils_Ex::sfInitInstall(); 77 // セッション初期化・開始 78 require_once CLASS_PATH . 'session/SC_SessionFactory.php'; 79 $sessionFactory = SC_SessionFactory::getInstance(); 80 $sessionFactory->initSession(); 77 81 ?>
Note: See TracChangeset
for help on using the changeset viewer.