mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
1129: You must add "/transmission/web/" to your IP to view web interface
This commit is contained in:
parent
ab8e5d6743
commit
427e714060
1 changed files with 2 additions and 4 deletions
|
@ -365,10 +365,8 @@ startServer( tr_rpc_server * server )
|
||||||
if( clutchDir && *clutchDir )
|
if( clutchDir && *clutchDir )
|
||||||
{
|
{
|
||||||
tr_inf( _( "Serving the web interface files from \"%s\"" ), clutchDir );
|
tr_inf( _( "Serving the web interface files from \"%s\"" ), clutchDir );
|
||||||
argv[argc++] = tr_strdup( "-aliases" );
|
argv[argc++] = tr_strdup( "-root" );
|
||||||
argv[argc++] = tr_strdup_printf( "%s=%s,%s=%s",
|
argv[argc++] = tr_strdup( clutchDir );
|
||||||
"/transmission/clutch", clutchDir,
|
|
||||||
"/transmission/web", clutchDir );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
argv[argc] = NULL; /* shttpd_init() wants it null-terminated */
|
argv[argc] = NULL; /* shttpd_init() wants it null-terminated */
|
||||||
|
|
Loading…
Reference in a new issue