1
0
Fork 0
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:
Charles Kerr 2008-08-05 16:41:09 +00:00
parent ab8e5d6743
commit 427e714060

View file

@ -365,10 +365,8 @@ startServer( tr_rpc_server * server )
if( clutchDir && *clutchDir )
{
tr_inf( _( "Serving the web interface files from \"%s\"" ), clutchDir );
argv[argc++] = tr_strdup( "-aliases" );
argv[argc++] = tr_strdup_printf( "%s=%s,%s=%s",
"/transmission/clutch", clutchDir,
"/transmission/web", clutchDir );
argv[argc++] = tr_strdup( "-root" );
argv[argc++] = tr_strdup( clutchDir );
}
argv[argc] = NULL; /* shttpd_init() wants it null-terminated */