<?php
  exec("/usr/bin/python " . dirname(__FILE__) . "/listwork.py > " . dirname(__FILE__) . "/listwork.html");
  sleep(2);
  header("Location: http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/listwork.html");
?>
