| | |
| | | $form["db_history"] = "yes";
|
| | | $form["tab_default"] = "rr";
|
| | | $form["list_default"] = "rr_list.php";
|
| | | $form["auth"] = 'no'; // yes / no
|
| | | $form["auth"] = 'yes'; // yes / no
|
| | |
|
| | | $form["auth_preset"]["userid"] = 0; // 0 = id of the user, > 0 id must match with id of current user
|
| | | $form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user
|
| | |
| | | 'aux' => array (
|
| | | 'datatype' => 'INTEGER',
|
| | | 'formtype' => 'TEXT',
|
| | | /*
|
| | | 'validators' => array (0 => array ('type' => 'ISINT',
|
| | | 'errmsg'=> 'rr_aux_error_noint'),
|
| | | ),
|
| | | */
|
| | | 'default' => '',
|
| | | 'value' => '',
|
| | | 'width' => '30',
|
| | |
| | | 'ttl' => array (
|
| | | 'datatype' => 'INTEGER',
|
| | | 'formtype' => 'TEXT',
|
| | | /*
|
| | | 'validators' => array (0 => array ('type' => 'ISPOSITIVE',
|
| | | 'errmsg'=> 'rr_ttl_error_notpositive'),
|
| | | ),
|
| | | */
|
| | | 'default' => '86400',
|
| | | 'value' => '86400',
|
| | | 'width' => '30',
|