XMB Forum Software

[New] Need to know where a line of code is!

Phil1ooo - 5-6-2013 at 10:19 PM

Full Board URL: www.ozyforums.com.au/index.php
XMB Version: 1.9.11

Hi all

Since I've changed my home page/index.php page, when a member logs in the forum automatically redirects to the new home page and I need it to redirect staying on the forums index.php as the new is index.html.

Can you please direct me to the line of code where this redirection is being handled so I can change it from going to index.html to index.php when is the forum it's self.

Cheers

lottos - 5-8-2013 at 03:44 AM

misc.php

login subroutine

line is something like

redirect("index.php", 0);

Phil1ooo - 5-8-2013 at 09:20 AM

Thank You

I looked in there but must have missed it some how.


Cheers

lottos - 5-8-2013 at 01:39 PM

Quote: Originally posted by Phil1ooo  
Thank You

I looked in there but must have missed it some how.


Cheers



You're very welcome.