Ignore:
Timestamp:
Jul 14, 2008, 4:00:20 PM (15 years ago)
Author:
charles
Message:

#1084: Make web' and clutch' synonymous in the backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/rpc-server.c

    r6323 r6328  
    268268
    269269        if( clutchDir && *clutchDir ) {
    270             char * clutchAlias = tr_strdup_printf( "%s=%s", "/transmission/clutch", clutchDir );
     270            char * clutchAlias = tr_strdup_printf( "%s=%s,%s=%s",
     271                "/transmission/clutch", clutchDir,
     272                "/transmission/web", clutchDir );
    271273            tr_inf( _( "Serving the web interface files from \"%s\"" ), clutchDir );
    272274            shttpd_set_option( server->ctx, "aliases", clutchAlias );
Note: See TracChangeset for help on using the changeset viewer.