Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2293 → Rev 2294

/branches/v2.4-fourche/jrest/lib/PDFProductor.php
New file
0,0 → 1,14
<?php
 
 
Class PDFProductor {
function initPDF() {
require_once("PDF.php");
}
}
 
 
?>