'Log me in automatically' checked by default

Does exactly as it says on the tin

Tired of clicking the box? Here's the fix so you don't have to.

#
#-----[ OPEN ]------------------------------------------
#
styles/prosilver/template/index_body.html
#
#-----[ FIND ]------------------------------------------
#
                | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
#
#-----[ REPLACE WITH ]------------------------------------------
#
                | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" checked="checked" /></label>
#
#-----[ OPEN ]------------------------------------------
#
styles/prosilver/template/login_body.html
#
#-----[ FIND ]------------------------------------------
#
             <!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->
#
#-----[ REPLACE WITH ]------------------------------------------
#
             <!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" checked="checked" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->