Changeset 64 for trunk/add.php


Ignore:
Timestamp:
Jan 1, 2016, 2:05:17 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Basic application related code moved from Global.php to separate file Application.php.
  • Modified: Main index page converted to PHP class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/add.php

    r63 r64  
    22
    33include('Global.php');
     4
     5$Application = new Application();
     6$Application->Start();
    47
    58if(array_key_exists('MeasureId', $_GET) and array_key_exists('Value', $_GET))
Note: See TracChangeset for help on using the changeset viewer.