Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 947 → Rev 948

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