Subversion Repositories Applications.annuaire

Rev

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

<?php


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


?>