Aruthra Owner, Swift Industry Aug 14, 2013 616 61 Dec 12, 2013 #1 When a user is not logged in and when he accesses the client, the client just reloads instead of being redirected to index page How to fix it? Help please!
When a user is not logged in and when he accesses the client, the client just reloads instead of being redirected to index page How to fix it? Help please!
Hepixhotel Member Mar 1, 2013 28 8 Dec 12, 2013 #2 go to app/class.core.php and search code: case "me": Click to expand... and put case "client": below it. It should look like this. case "me": case "client": Click to expand... Last edited: Dec 12, 2013 Upvote 0 Downvote
go to app/class.core.php and search code: case "me": Click to expand... and put case "client": below it. It should look like this. case "me": case "client": Click to expand...
Aruthra Owner, Swift Industry Aug 14, 2013 616 61 Dec 12, 2013 Thread starter #3 Hepixhotel said: go to app/class.core.php and search code: and put case "client": below it. It should look like this. Click to expand... Thanks! It worked Upvote 0 Downvote
Hepixhotel said: go to app/class.core.php and search code: and put case "client": below it. It should look like this. Click to expand... Thanks! It worked