Files
FHC-Core/include/xsdformprinter/config.inc.php
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

7 lines
154 B
PHP
Executable File

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