Show
Ignore:
Timestamp:
07/14/08 11:29:34 (6 months ago)
Author:
drarok
Message:

* Fixed the example config!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hellaworld/trunk/config-sample.php

    r175 r177  
    2121                // address ranges must be comma separated, use xxx.xxx.xxx.xxx/32 to limit it to a single 
    2222                // address, where xxx.xxx.xxx.xxx is the address you wish to limit it to. 
    23                 'iprange'               =>      '192.168.0.0/16,10.0.0.0/8,172.168.0.0/12' 
     23                'iprange'               =>      '192.168.0.0/16,10.0.0.0/8,172.168.0.0/12', 
    2424 
    2525                'showlinks'             => false,                       // Display direct links to downloaded files 
    2626                'basepath'              => '/media',            // The URL to the Apache alias to the downloads 
    27                 'destpath'              => '/mnt/usenet'        // The actual file path 
     27                'destpath'              => '/mnt/usenet',       // The actual file path 
    2828        ); 
    2929