Changeset 10993 for temp/branches


Ignore:
Timestamp:
2006/12/20 19:44:25 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/test/naka/graph.php

    r10992 r10993  
    33require_once("../../require.php"); 
    44 
    5 require_once(DATA_PATH . "class/SC_GraphPie.php"); 
    6 require_once(DATA_PATH . "class/SC_GraphLine.php"); 
    7 require_once(DATA_PATH . "class/SC_GraphBar.php"); 
     5require_once(HTML_PATH . "admin/total/class/SC_GraphPie.php"); 
     6require_once(HTML_PATH . "admin/total/class/SC_GraphLine.php"); 
     7require_once(HTML_PATH . "admin/total/class/SC_GraphBar.php"); 
    88 
    99        $objGraphPie = new SC_GraphPie(); 
Note: See TracChangeset for help on using the changeset viewer.