Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
4b3b17b5
Commit
4b3b17b5
authored
Feb 03, 2010
by
tbrehm
Browse files
Fixed: FS#1054 - System Config issues
parent
489153f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/form/system_config.tform.php
View file @
4b3b17b5
...
...
@@ -41,7 +41,7 @@ $form["db_table"] = "sys_ini";
$form
[
"db_table_idx"
]
=
"sysini_id"
;
$form
[
"db_history"
]
=
"yes"
;
$form
[
"tab_default"
]
=
"sites"
;
$form
[
"list_default"
]
=
"
u
ser
s
_list.php"
;
$form
[
"list_default"
]
=
"ser
ver
_list.php"
;
$form
[
"auth"
]
=
'yes'
;
// yes / no
$form
[
"auth_preset"
][
"userid"
]
=
0
;
// 0 = id of the user, > 0 id must match with id of current user
...
...
@@ -116,7 +116,7 @@ $form["tabs"]['sites'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[0-9a-zA-Z\:\/\-]{0,255}$/'
,
'regex'
=>
'/^[0-9a-zA-Z\:\/\-
\.
]{0,255}$/'
,
'errmsg'
=>
'phpmyadmin_url_error_regex'
),
),
'default'
=>
''
,
...
...
@@ -148,7 +148,7 @@ $form["tabs"]['mail'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[0-9a-zA-Z\:\/\-]{0,255}$/'
,
'regex'
=>
'/^[0-9a-zA-Z\:\/\-
\.
]{0,255}$/'
,
'errmsg'
=>
'webmail_url_error_regex'
),
),
'default'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment