Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/fpdf/
Upload File :
Current File : /var/www/cesa.co.za/fpdf/filter.output._interface.class.php

<?php
class OutputFilter {
  function content_type() {
    die("Unoverridden 'content_type' method called in ".get_class($this));
  }

  function process($tmp_filename) {
    die("Unoverridden 'process' method called in ".get_class($this));
  }
}
?>