1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00

fix small quote confliction

This commit is contained in:
Chaoyi Zha 2014-12-02 16:39:09 -05:00
parent 65dffbacfe
commit 92b994abb5

View File

@ -262,7 +262,7 @@
echo "Application URL (path to Polr, no http://, www., or trailing slash) : <input type=\"text\" style='width:650px' class='form-control' name=\"appurl\" value=\"yoursite.com\"><br>";
echo "Fetch ip through variable: <input type=\"text\" class='form-control' style='width:650px' name=\"ipfetch\" value=\"\$_SERVER['REMOTE_ADDR']\"><br>";
echo "Shortening Permissions: <select name='li_shorten_only' style='width:650px' class='form-control'>"
. "<option value='false' selected="selected">All users can shorten URLs</option>"
. "<option value='false' selected='selected'>All users can shorten URLs</option>"
. "<option value='true'>Only logged in users may shorten URLs</option>"
. "</select><br /><br />";