Blame | Last modification | View Log | RSS feed
<?php Class PDFProductor { function initPDF() { require_once("PDF.php"); } } ?>
<?php
Class PDFProductor {
function initPDF() {
require_once("PDF.php");
}
?>