Subversion Repositories computer_asset_manager_v1

Rev

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

Rev 37 Rev 38
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
   define(VERSION,'1.5.2');
3
   define(VERSION,'1.6.0');
4
   define(BUILD_DATE,'20091010');
4
   define(BUILD_DATE,'2061217');
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');