Bug fix for account home if you change your extension to php

omarrouse2147

New Member
YetiShare User
Jan 26, 2013
1
0
0
Hey guys i've notice a little login bug if you change your page extension from the default .html to .php
Here is the fix as follows.

Open the login.php file
Go to line 39 and replace
redirect(WEB_ROOT . '/account_home.html');
with
redirect(WEB_ROOT . '/account_home.'.SITE_CONFIG_PAGE_EXTENSION);

hopefully the script will be updated with this for any new downloaders.

Cheers