Changeset 17342 for branches/version-2/html
- Timestamp:
- 2008/06/02 11:28:16 (18 years ago)
- File:
-
- 1 edited
-
branches/version-2/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/html/install/index.php
r17339 r17342 3 3 * This file is part of EC-CUBE 4 4 * 5 * Copyright(c) 2000-200 7LOCKON CO.,LTD. All Rights Reserved.5 * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved. 6 6 * 7 7 * http://www.lockon.co.jp/ … … 618 618 $install_dir = HTML_PATH; 619 619 } else { 620 $install_dir = realpath(dirname( __FILE__) . "/../") . "/"; 620 $install_dir = realpath(dirname( __FILE__) . "/../"); 621 $install_dir = rtrim($install_dir, '\\/') . '/'; 621 622 } 622 623
Note: See TracChangeset
for help on using the changeset viewer.
