hi,
How to change the page after login. Eg. When i login it takes me to my account page how to change it to someother page like my files.
Thanks.
XFileSharing Pro - [Help] change the page after login
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
In index.cgi find line
and replace "?op=my_files" to any URL you need.
Code: Select all
$ses->redirect( "$c->{site_url}/?op=my_files" ) unless $no_redirect;
-
- Posts: 27
- Joined: Oct 05, 2010 12:53 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm