Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
29974f93
Commit
29974f93
authored
May 23, 2011
by
latham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use some Industry Standards. Default language
can now be set in the localconfig.
parent
15982801
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install/sql/ispconfig3.sql
install/sql/ispconfig3.sql
+2
-2
No files found.
install/sql/ispconfig3.sql
View file @
29974f93
...
...
@@ -1072,7 +1072,7 @@ CREATE TABLE `sys_user` (
`app_theme`
varchar
(
32
)
NOT
NULL
default
'default'
,
`typ`
varchar
(
16
)
NOT
NULL
default
'user'
,
`active`
tinyint
(
1
)
NOT
NULL
default
'1'
,
`language`
varchar
(
2
)
NOT
NULL
default
'
d
e'
,
`language`
varchar
(
2
)
NOT
NULL
default
'e
n
'
,
`groups`
TEXT
NOT
NULL
default
''
,
`default_group`
int
(
11
)
unsigned
NOT
NULL
default
'0'
,
`client_id`
int
(
11
)
unsigned
NOT
NULL
default
'0'
,
...
...
@@ -1316,7 +1316,7 @@ CREATE TABLE `country` (
-- Dumping data for table `dns_template`
--
INSERT
INTO
`dns_template`
(
`template_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`name`
,
`fields`
,
`template`
,
`visible`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'Default'
,
'DOMAIN,IP,NS1,NS2,EMAIL'
,
'[ZONE]
\n
origin={DOMAIN}.
\n
ns={NS1}.
\n
mbox={EMAIL}.
\n
refresh=2
88
00
\n
retry=
720
0
\n
expire=604800
\n
minimum=86400
\n
ttl=
864
00
\n\n
[DNS_RECORDS]
\n
A|{DOMAIN}.|{IP}|0|
864
00
\n
A|www|{IP}|0|
864
00
\n
A|mail|{IP}|0|
864
00
\n
NS|{DOMAIN}.|{NS1}.|0|
864
00
\n
NS|{DOMAIN}.|{NS2}.|0|
864
00
\n
MX|{DOMAIN}.|mail.{DOMAIN}.|10|
864
00'
,
'y'
);
INSERT
INTO
`dns_template`
(
`template_id`
,
`sys_userid`
,
`sys_groupid`
,
`sys_perm_user`
,
`sys_perm_group`
,
`sys_perm_other`
,
`name`
,
`fields`
,
`template`
,
`visible`
)
VALUES
(
1
,
1
,
1
,
'riud'
,
'riud'
,
''
,
'Default'
,
'DOMAIN,IP,NS1,NS2,EMAIL'
,
'[ZONE]
\n
origin={DOMAIN}.
\n
ns={NS1}.
\n
mbox={EMAIL}.
\n
refresh=
7
200
\n
retry=
54
0
\n
expire=604800
\n
minimum=86400
\n
ttl=
36
00
\n\n
[DNS_RECORDS]
\n
A|{DOMAIN}.|{IP}|0|
36
00
\n
A|www|{IP}|0|
36
00
\n
A|mail|{IP}|0|
36
00
\n
NS|{DOMAIN}.|{NS1}.|0|
36
00
\n
NS|{DOMAIN}.|{NS2}.|0|
36
00
\n
MX|{DOMAIN}.|mail.{DOMAIN}.|10|
36
00'
,
'y'
);
-- --------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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