Changeset 8 for PackageTemplate.php


Ignore:
Timestamp:
Jan 22, 2016, 5:13:22 PM (9 years ago)
Author:
chronos
Message:
  • Added: Setup and Update class for basic web application setup and configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PackageTemplate.php

    r3 r8  
    55  var $Name;
    66  var $Version;
     7  var $ReleaseDate;
    78  var $License;
    89  var $Creator;
     
    1314    $this->Name = 'Template';
    1415    $this->Version = '1.0';
     16    $this->ReleaseDate = strtotime('2016-01-01');
    1517    $this->Creator = 'Noname';
    1618    $this->License = 'GNU/GPL';
Note: See TracChangeset for help on using the changeset viewer.