Error!  File called directly!


You must include this file and call the output function.

Example:
  
   <?php
    include("/files/projects/___old_shamefull_stuff___/poll/poll.php");
    if (isset($_GET['results'])) {
     poll::results();
    } else {
     poll::output();
    }
   ?>