summaryrefslogtreecommitdiff
path: root/linkshorter/view/templ-index.php
diff options
context:
space:
mode:
authorroot2014-11-27 03:09:22 +0100
committerroot2014-11-27 03:09:22 +0100
commit311ad398e06cd2eba270ea70ca5a326d03b490f9 (patch)
treec409dafe5d0fa0b84c5f08e982b0596587725876 /linkshorter/view/templ-index.php
parent92babb43a2a0041a71b54db35cbc9d2fba908a63 (diff)
downloadtools.iamfabulous.de-311ad398e06cd2eba270ea70ca5a326d03b490f9.tar.gz
linkshorter now works with 2 domains
Diffstat (limited to 'linkshorter/view/templ-index.php')
-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 b78b5c7..17b042e 100644
--- a/linkshorter/view/templ-index.php
+++ b/linkshorter/view/templ-index.php
@@ -35,7 +35,7 @@
<div class="form-group">
<label class="col-md-4 control-label grey" for="ttl">(optional)</label>
<div class="col-md-4">
- <input id="ttl" name="ttl" class="form-control input-md" type="number">
+ <input id="ttl" name="ttl" class="form-control input-md" type="number" min="0">
<span class="help-block text-left">Choose how long the shortlink should be valid. (In seconds)</span>
</div>
</div>