Subversion Repositories eFlore/Applications.cel

Rev

Rev 418 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php


Class PDFProductor {
        
        function initPDF() {
                        require_once("PDF.php");
        }
    
    
}


?>