Hi all,
how can i change the content of the Default / Indexsite? 
I would like to change to content of the Startsite and dont want to provide the uploadform there. I would like to load content from the pages folder instead.
The Search did not help me....
Thanks,
Weiden
			
									
									
						XFileSharing Pro - Change the Default / Indexsite?
you need to look for the below code in index.cgi
by default, the index site is the upload form which is called by &UploadForm.
instead of calling &UploadForm, you can make a call to other page.
you also need to make other changes to call &UploadForm as this will not be called by default.
if you do not know perl, i suggest you hire someone who knows as this will be a custom work.
			
									
									
						Code: Select all
elsif($sub)
{
   $f->{redirect}=$ENV{REQUEST_URI};
   &LoginPage;
}
else
{
   &UploadForm;
}
instead of calling &UploadForm, you can make a call to other page.
you also need to make other changes to call &UploadForm as this will not be called by default.
if you do not know perl, i suggest you hire someone who knows as this will be a custom work.

 Facebook
 Facebook Twitter
 Twitter