Skip to content

Commit 4b3b17b

Browse files
committed
Fixed: FS#1054 - System Config issues
1 parent 489153f commit 4b3b17b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interface/web/admin/form/system_config.tform.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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
@@ -116,7 +116,7 @@
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' => '',
@@ -148,7 +148,7 @@
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' => '',

0 commit comments

Comments
 (0)