Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2079 → Rev 2080

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