Changeset 47 for trunk/Application/Controller/Graph.php
- Timestamp:
- Jul 27, 2014, 9:14:56 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 2 1 config.php 2 .project
-
- Property svn:ignore
-
trunk/Application/Controller/Graph.php
r45 r47 9 9 { 10 10 $this->System->Output->FullPage = false; 11 11 12 12 $View = new GraphView($this->System); 13 13 return($View->Render()); 14 14 } 15 15 } 16 17 ?>
Note:
See TracChangeset
for help on using the changeset viewer.