Ignore:
Timestamp:
2011/01/17 05:47:34 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • EC-CUBE標準規約に準拠した定数名とする。

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_UploadFile.php

    r19660 r19938  
    2222 */ 
    2323 
    24 $SC_UPLOADFILE_DIR = realpath(dirname( __FILE__)); 
    25 require_once($SC_UPLOADFILE_DIR . "/../module/gdthumb.php"); 
     24$ownDir = realpath(dirname(__FILE__)) . '/'; 
     25require_once $ownDir . '../module/gdthumb.php'; 
    2626 
    2727/* アップロードファイル管理クラス */ 
Note: See TracChangeset for help on using the changeset viewer.