Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/fpdf/
Upload File :
Current File : /var/www/cesa.co.za/fpdf/destination.browser.class.php

<?php
class DestinationBrowser extends DestinationHTTP {
  function headers($content_type) {
    return array(
                 "Content-Disposition: inline; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extension,
                 "Content-Transfer-Encoding: binary",
                 "Cache-Control: private"
                 );
  }
}
?>