summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus_arch2015-04-01 23:56:12 +0200
committerhorus_arch2015-04-01 23:56:12 +0200
commitfdff433e3133308ee5983137b9ddaf6b03c883d0 (patch)
tree49a4d7731f851c7639a30aabdd4196832447e763
parenta31396fb8c67f27a0055e4c4a6fa95e3cde24d1a (diff)
downloadtools.iamfabulous.de-fdff433e3133308ee5983137b9ddaf6b03c883d0.tar.gz
Change default time.HEADmaster
-rw-r--r--linkshorter/view/templ-index.php2
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>