View Single Post
  #139  
Old 9th February 2010, 10:26
Daz's Avatar
Daz Daz is offline
Senior Member
 
Join Date: Dec 2009
United Kingdom
Posts: 124
Default
Quote:
Originally Posted by Marco View Post
So if can make some loginreturn think or just a simple page with 0 info abt what is behind the login page .

Thank you very much:)

In index.php, find:

PHP Code:
  dbconn (true); 
And add after that:

PHP Code:
  loggedinorreturn (); 
Replace your index.php file...

And the index page should just redirect to your login page..
Reply With Quote
The Following User Says Thank You to Daz For This Useful Post:
Marco (11th February 2010)