- Timestamp:
- 2008/01/22 09:00:11 (15 years ago)
- Location:
- branches/feature-module-update/html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/admin/require.php
r16772 r16994 65 65 require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_PageLayout_Ex.php"); 66 66 require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_DB_Ex.php"); 67 require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_Session_Ex.php"); 67 68 68 69 require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail.php"); 69 70 require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail/mime.php"); 70 71 72 // セッションハンドラ開始 73 $objSession = new SC_Helper_Session_Ex(); 74 71 75 // インストールチェック 72 76 SC_Utils_Ex::sfInitInstall(); -
branches/feature-module-update/html/require.php
r16772 r16994 78 78 include_once($include_dir . "/require_plugin.php"); 79 79 80 // セッションハンドラ開始 81 $objSession = new SC_Helper_Session_Ex(); 82 80 83 // インストールチェック 81 84 SC_Utils_Ex::sfInitInstall();
Note: See TracChangeset
for help on using the changeset viewer.