mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
35811cd3cb
- Dokumenten Management System - Erstversion
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;
|
|
?>
|