Changeset 19969 for branches/version-2_5-dev/html
- Timestamp:
- 2011/01/19 15:02:34 (11 years ago)
- bzr:base-revision:
- svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:19968
- bzr:committer:
- Kentaro Ohkouchi <ohkouchi@loop-az.jp>
- bzr:file-ids:
html/install/index.php 16809@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Findex.php
html/install/templates/step2.tpl 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Ftemplates%2Fstep2.tpl- bzr:mapping-version:
- v4
- bzr:merge:
ohkouchi@loop-az.jp-20110119055838-lfo2pxc8l351epnq- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- ohkouchi@loop-az.jp-20110119060208-pv7hccmnirscae9k
- bzr:revno:
- 2698
- bzr:revprop:branch-nick:
- branches/version-2_5-dev
- bzr:root:
- branches/version-2_5-dev
- bzr:text-revisions:
html/install/index.php ohkouchi@loop-az.jp-20110119055838-lfo2pxc8l351epnq
html/install/templates/step2.tpl ohkouchi@loop-az.jp-20110119055838-lfo2pxc8l351epnq- bzr:timestamp:
- 2011-01-19 15:02:08.335000038 +0900
- bzr:user-agent:
- bzr2.2.1+bzr-svn1.0.4
- svn:original-date:
- 2011-01-19T06:02:08.335000Z
- Location:
- branches/version-2_5-dev/html/install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/index.php
r19964 r19969 443 443 } 444 444 } else { 445 $mess.= ">> ×:$path が見つかりません。 <br>";445 $mess.= ">> ×:$path が見つかりません。\n"; 446 446 $hasErr = true; 447 447 } … … 450 450 451 451 if (ini_get('safe_mode')) { 452 $mess .= ">> ×:PHPのセーフモードが有効になっています。 <br>";452 $mess .= ">> ×:PHPのセーフモードが有効になっています。\n"; 453 453 $hasErr = true; 454 454 } 455 455 456 456 if (get_magic_quotes_gpc()) { 457 $mess .= ">> ×:PHPの設定ディレクティブ「magic_quotes_gpc」が有効になっています。 <br>";457 $mess .= ">> ×:PHPの設定ディレクティブ「magic_quotes_gpc」が有効になっています。\n"; 458 458 $hasErr = true; 459 459 } … … 499 499 mkdir($path); 500 500 } 501 $mess.= ">> ○:アクセス権限は正常です。 <br>";501 $mess.= ">> ○:アクセス権限は正常です。"; 502 502 } 503 503 -
branches/version-2_5-dev/html/install/templates/step2.tpl
r19964 r19969 44 44 <h2>データベースの設定</h2> 45 45 ※インストールの前に新しくDBを作成しておく必要があります。 46 < !--{$arrErr.all}-->46 <div class="attention"><!--{$arrErr.all}--></div> 47 47 </div> 48 48 <div class="block">
Note: See TracChangeset
for help on using the changeset viewer.