Subversion Repositories computer_asset_manager_v1

Rev

Rev 38 | Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 46
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
   define(VERSION,'1.6.0');
3
   define(VERSION,'1.6.1');
4
   define(BUILD_DATE,'2061217');
4
   define(BUILD_DATE,'20170709');
5
 
5
 
6
   include_once("database.php");
6
   include_once("database.php");
7
   
7
   
8
   include_once("library.php");
8
   include_once("library.php");
9
   include_once('reports.php');
9
   include_once('reports.php');