source: trunk/Application/UpdateTrace.php

Last change on this file was 7, checked in by chronos, 4 years ago
  • Modified: Improved code formatting.
File size: 111 bytes
Line 
1<?php
2
3function FullInstall($Manager)
4{
5}
6
7class Updates
8{
9 function Get()
10 {
11 return array(
12 );
13 }
14}
Note: See TracBrowser for help on using the repository browser.