summaryrefslogtreecommitdiff
path: root/install/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/index.php')
-rw-r--r--install/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/index.php b/install/index.php
index 1b5def331..9855bac75 100644
--- a/install/index.php
+++ b/install/index.php
@@ -209,7 +209,7 @@
<fieldset>
<label>Port</label>
- <input name="DB_PORT" placeholder="if needed, PgSQL only" size="20" value="<?php echo $DB_PORT ?>"/>
+ <input name="DB_PORT" type="number" placeholder="if needed, PgSQL only" size="20" value="<?php echo $DB_PORT ?>"/>
</fieldset>
<h2>Other settings</h2>
@@ -218,7 +218,7 @@
<fieldset>
<label>Tiny Tiny RSS URL</label>
- <input name="SELF_URL_PATH" placeholder="<?php echo $SELF_URL_PATH; ?>" size="60" value="<?php echo $SELF_URL_PATH ?>"/>
+ <input type="url" name="SELF_URL_PATH" placeholder="<?php echo $SELF_URL_PATH; ?>" size="60" value="<?php echo $SELF_URL_PATH ?>"/>
</fieldset>