Ignore:
Timestamp:
2010/12/31 23:23:49 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r19803 r19805  
    2323 
    2424// {{{ requires 
    25 require_once(CLASS_FILE_PATH . "pages/admin/LC_Page_Admin.php"); 
    26 require_once(CLASS_EX_FILE_PATH . "batch_extends/SC_Batch_Daily_Ex.php"); 
    27 require_once(CLASS_FILE_PATH . "graph/SC_GraphPie.php"); 
    28 require_once(CLASS_FILE_PATH . "graph/SC_GraphLine.php"); 
    29 require_once(CLASS_FILE_PATH . "graph/SC_GraphBar.php"); 
     25require_once(CLASS_REALDIR . "pages/admin/LC_Page_Admin.php"); 
     26require_once(CLASS_EX_REALDIR . "batch_extends/SC_Batch_Daily_Ex.php"); 
     27require_once(CLASS_REALDIR . "graph/SC_GraphPie.php"); 
     28require_once(CLASS_REALDIR . "graph/SC_GraphLine.php"); 
     29require_once(CLASS_REALDIR . "graph/SC_GraphBar.php"); 
    3030 
    3131/** 
     
    384384            $pngname = $this->lfGetGraphPng($type); 
    385385 
    386             $path = GRAPH_FILE_PATH . $pngname; 
     386            $path = GRAPH_REALDIR . $pngname; 
    387387 
    388388            // ラベル表示インターバルを求める 
     
    441441            // 一時ファイル名の取得 
    442442            $pngname = $this->lfGetGraphPng($type); 
    443             $path = GRAPH_FILE_PATH . $pngname; 
     443            $path = GRAPH_REALDIR . $pngname; 
    444444 
    445445            $objGraphPie = new SC_GraphPie(); 
     
    489489            // 一時ファイル名の取得 
    490490            $pngname = $this->lfGetGraphPng($type); 
    491             $path = GRAPH_FILE_PATH . $pngname; 
     491            $path = GRAPH_REALDIR . $pngname; 
    492492 
    493493            $objGraphBar = new SC_GraphBar(); 
Note: See TracChangeset for help on using the changeset viewer.