Subversion Repositories Applications.bazar

Rev

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

<?php


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


?>