20 lines
276 B
PHP
20 lines
276 B
PHP
<?php
|
|
|
|
if(!defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
require_once FCPATH.'fpdf/src/Fpdi.php';
|
|
|
|
|
|
class xPDFI extends PDFI {
|
|
|
|
function __construct() {
|
|
parent::__construct();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
/* End of file Pdf.php */
|
|
/* Location: ./application/libraries/Pdf.php */ |