Subversion Repositories computer_asset_manager_v1

Rev

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

Rev 1 Rev 116
Line 1... Line 1...
1
<?php 
1
<?php 
-
 
2
   global $reporticoURL;
-
 
3
   if ( $reporticoURL ) {
-
 
4
      header( "location: $reporticoURL" ;
-
 
5
   }
2
   include_once("header.php");
6
   include_once("header.php");
3
   include_once('reports.php');
7
   include_once('reports.php');
4
   $query = stripslashes($_POST['query']);
8
   $query = stripslashes($_POST['query']);
5
?>
9
?>
6
<?php include_once( 'header.php' ); ?>
10
<?php include_once( 'header.php' ); ?>