form.php 253 B

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