File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141$ form ["db_table_idx " ] = "sysini_id " ;
4242$ form ["db_history " ] = "yes " ;
4343$ form ["tab_default " ] = "sites " ;
44- $ form ["list_default " ] = "users_list .php " ;
44+ $ form ["list_default " ] = "server_list .php " ;
4545$ form ["auth " ] = 'yes ' ; // yes / no
4646
4747$ form ["auth_preset " ]["userid " ] = 0 ; // 0 = id of the user, > 0 id must match with id of current user
116116 'datatype ' => 'VARCHAR ' ,
117117 'formtype ' => 'TEXT ' ,
118118 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
119- 'regex ' => '/^[0-9a-zA-Z\:\/\-]{0,255}$/ ' ,
119+ 'regex ' => '/^[0-9a-zA-Z\:\/\-\. ]{0,255}$/ ' ,
120120 'errmsg ' => 'phpmyadmin_url_error_regex ' ),
121121 ),
122122 'default ' => '' ,
148148 'datatype ' => 'VARCHAR ' ,
149149 'formtype ' => 'TEXT ' ,
150150 'validators ' => array ( 0 => array ( 'type ' => 'REGEX ' ,
151- 'regex ' => '/^[0-9a-zA-Z\:\/\-]{0,255}$/ ' ,
151+ 'regex ' => '/^[0-9a-zA-Z\:\/\-\. ]{0,255}$/ ' ,
152152 'errmsg ' => 'webmail_url_error_regex ' ),
153153 ),
154154 'default ' => '' ,
You can’t perform that action at this time.
0 commit comments