Changeset 10993 for temp/branches
- Timestamp:
- 2006/12/20 19:44:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/test/naka/graph.php
r10992 r10993 3 3 require_once("../../require.php"); 4 4 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");5 require_once(HTML_PATH . "admin/total/class/SC_GraphPie.php"); 6 require_once(HTML_PATH . "admin/total/class/SC_GraphLine.php"); 7 require_once(HTML_PATH . "admin/total/class/SC_GraphBar.php"); 8 8 9 9 $objGraphPie = new SC_GraphPie();
Note: See TracChangeset
for help on using the changeset viewer.
