mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
fix small quote confliction
This commit is contained in:
parent
65dffbacfe
commit
92b994abb5
@ -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 />";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user