Log me in automatically box
Posted: 22 Jun 2010, 03:37
how can i get the login me in automatically box already ticked as defauly like in the picture below?
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
<input type="checkbox" name="autologin" id="autologin" tabindex="4" />
Code: Select all
<input type="checkbox" name="autologin" id="autologin" tabindex="4" checked="checked" />