diff options
| -rw-r--r-- | linkshorter/view/templ-index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linkshorter/view/templ-index.php b/linkshorter/view/templ-index.php index fe1bd85..c9b80ce 100644 --- a/linkshorter/view/templ-index.php +++ b/linkshorter/view/templ-index.php @@ -38,7 +38,7 @@ <div class="form-group"> <label class="col-md-4 control-label grey" for="ttl">Expires</label> <div class="col-md-3"> - <input id="ttl" name="ttl" class="form-control input-md" type="number" min="0" value="0"> + <input id="ttl" name="ttl" class="form-control input-md" type="number" min="0" value="302400"> <span class="help-block text-left">How long until the link expires (in seconds, zero means never).</span> </div> </div> |
