Phil1ooo
Member
Posts: 85
Registered: 4-24-2013
Member Is Offline
|
|
[New] Need to know where a line of code is!
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
Administrator
Posts: 479
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
misc.php
login subroutine
line is something like
redirect("index.php", 0);
|
|
Phil1ooo
Member
Posts: 85
Registered: 4-24-2013
Member Is Offline
|
|
Thank You
I looked in there but must have missed it some how.
Cheers
|
|
lottos
Administrator
Posts: 479
Registered: 6-3-2002
Member Is Offline
Mood: pass me a TimTam
|
|
|
|