Recent content by omarrouse2147

  1. O

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

    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 ...