예제 #1
0
 * power available it can be likely 3 minutes or more runtime and up to 400MB
 * memory.
 *
 */
require_once 'db.inc.php';
require_once 'facilities.inc.php';
global $sessID;
// everyone hates error_log spam
if (!isset($_SESSION)) {
    session_start();
}
$sessID = session_id();
session_write_close();
if (!isset($_GET["stage"])) {
    // This is the top leve/first call to the file, so set up the progress bar, etc.
    JobQueue::startJob($sessID);
    $title = __("Asset Report (Excel)");
    ?>
<!doctype html>
<html>
<head>
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

  <title><?php 
    echo $title;
    ?>
</title>
  <link rel="stylesheet" href="css/inventory.php" type="text/css">
  <link rel="stylesheet" href="css/jquery-ui.css" type="text/css">
  <style type="text/css"></style>