Quote:
Originally Posted by sportsoutlaw
Not sure if this was the proper way to fix it, but I renamed ibank.php to bank.php and it seems to be working properly.
|
The problem is in the ibank.php file
You must change the url for deposit, withdrawl etc to
Code:
$navbits = array("ibank.php?$session[sessionurl]&do="
through out the file right now it shows
Code:
$navbits = array("bank.php?$session[sessionurl]&do="
This will fix the 404 error