Changeset 21258 for branches/version-2_11-dev/html/require.php
- Timestamp:
- 2011/09/26 16:59:34 (15 years ago)
- bzr:base-revision:
- svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21257
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/class/SC_Initial.php 16506@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_Initial.php
html/.htaccess 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2F.htaccess
html/require.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Frequire.php
php.ini 19658@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fversion-2_5-dev%2Fphp.ini- bzr:mapping-version:
- v4
- bzr:merge:
[email protected]- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 3956
- bzr:revprop:branch-nick:
- branches/version-2_11-dev
- bzr:root:
- branches/version-2_11-dev
- bzr:testament:
bazaar-ng testament short form 2.1
revision-id: [email protected]
sha1: 4c3b7f875b1a9583b01e23a97c0d557324899794- bzr:text-parents:
data/class/SC_Initial.php svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21180
html/.htaccess svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21181
html/require.php svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21011
php.ini svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_11-dev:21180- bzr:timestamp:
- 2011-09-26 16:59:30.736000061 +0900
- bzr:user-agent:
- bzr2.4.1+bzr-svn1.1.0
- File:
-
- 1 edited
-
branches/version-2_11-dev/html/require.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/html/require.php
r21011 r21258 25 25 define('HTML_REALDIR', rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/'), '/\\') . '/'); 26 26 27 if ( ADMIN_FUNCTION !== true) {27 if (!defined('ADMIN_FUNCTION') || ADMIN_FUNCTION !== true) { 28 28 define('FRONT_FUNCTION', true); 29 29 } 30 30 31 31 require_once HTML_REALDIR . 'define.php'; 32 33 if (SAFE === true) { 32 if (defined('SAFE') && SAFE === true) { 34 33 require_once HTML_REALDIR . HTML2DATA_DIR . 'require_safe.php'; 35 34 } else {
Note: See TracChangeset
for help on using the changeset viewer.
