Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 417 → Rev 418

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