Files
FHC-Core/include/xsdformprinter/config.inc.php
T
2024-10-17 15:34:00 +02:00

7 lines
154 B
PHP

<?php
// Prefix for Input Fields, Functions, etc
$this->config['PREFIX']='XSDFormPrinter_';
// Debug Level 0 = no Debug
$this->config['debuglevel']=3;
?>