Subversion Repositories computer_asset_manager_v1

Rev

Rev 104 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 105
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
   define(VERSION,'1.7.0');
3
   define(VERSION,'1.8.0');
4
   define(BUILD_DATE,'$Date: 2020-01-19 22:53:26 -0600 (Sun, 19 Jan 2020) $');
4
   define(BUILD_DATE,'$Date: 2020-01-19 23:19:56 -0600 (Sun, 19 Jan 2020) $');
5
   define(SVN_REV,'$Rev: 104 $' );
5
   define(SVN_REV,'$Rev: 105 $' );
6
 
6
 
7
   include_once("database.php");
7
   include_once("database.php");
8
   
8
   
9
   include_once("library.php");
9
   include_once("library.php");
10
   include_once('reports.php');
10
   include_once('reports.php');