Changeset 18293 for branches/comu-ver2/html/install/index.php
- Timestamp:
- 2009/09/17 19:45:44 (17 years ago)
- File:
-
- 1 edited
-
branches/comu-ver2/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/install/index.php
r18235 r18293 21 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 22 */ 23 require_once("../require.php"); 23 // ▼require.php 相当 24 // rtrim は PHP バージョン依存対策 25 define('HTML_PATH', rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/../'), '/\\') . '/'); 26 27 require_once HTML_PATH . 'define.php'; 28 define('INSTALL_FUNCTION', true); 29 require_once HTML_PATH . HTML2DATA_DIR . 'require_base.php'; 30 // ▲require.php 相当 31 24 32 $INSTALL_DIR = realpath(dirname( __FILE__)); 25 33 require_once(DATA_PATH . "module/Request.php");
Note: See TracChangeset
for help on using the changeset viewer.
