]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/install.html
Prepare settings for the API in the admin page and during the install
[github/shaarli/Shaarli.git] / tpl / install.html
index 88eb540e1f18b8fc5d61056e2579e695f14cc15e..eda4c54d1c355d1555585b01b2b18dd96193882f 100644 (file)
             <tr><td valign="top"><b>Update:</b></td><td>
                 <input type="checkbox" name="updateCheck" id="updateCheck" checked="checked"><label for="updateCheck">&nbsp;Notify me when a new release is ready</label></td>
             </tr>
+            <tr>
+                <td valign="top">
+                    <b>API:</b>
+                </td>
+                <td>
+                    <input type="checkbox" name="enableApi" id="enableApi" checked="checked">
+                    <label for="enableApi">
+                        &nbsp;Enable Shaarli's API.
+                        Allow third party software to use Shaarli such as mobile application.
+                    </label>
+                </td>
+            </tr>
             <tr><td colspan="2"><input type="submit" name="Save" value="Save config" class="bigbutton"></td></tr>
         </table>
     </form>