Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
7cbee996
Commit
7cbee996
authored
Jul 10, 2013
by
Alan Garcia
Browse files
Rajoute un warning pour ne pas mettre un ttl trop bas
parent
363c7a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/admin/dom_edit.php
View file @
7cbee996
...
...
@@ -221,7 +221,7 @@ if (!$r['noerase']) {
<tr>
<td>
<?php
__
(
"Define TTL for the zone records"
);
?>
:
</td>
<td>
<input
type=
"text"
id=
"ttldns"
class=
"inc"
name=
"ttl"
size=
"6"
value=
"
<?php
echo
(
$r
[
"zonettl"
]);
?>
"
/>
<?php
__
(
"seconds"
);
?>
<input
type=
"text"
id=
"ttldns"
class=
"inc"
name=
"ttl"
size=
"6"
value=
"
<?php
echo
(
$r
[
"zonettl"
]);
?>
"
/>
<?php
__
(
"seconds"
);
?>
<small><i>
<?php
__
(
"Warning: a low TTL can be problematic. It is recommended not to use a lower TTL than 3600 seconds."
);
?>
</i></small>
</td>
</tr>
</table>
...
...
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