| 123456 |
- <?php
- global $lang, $app;
- $config->personnel->form = new stdclass();
- $config->personnel->form->addWhitelist = array();
- $config->personnel->form->addWhitelist['account'] = array('required' => false, 'type' => 'string', 'base' => true, 'default' => '');
|