mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
7 lines
154 B
PHP
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;
|
|
?>
|