Changeset 177
- Timestamp:
- 07/14/08 11:29:34 (4 months ago)
- Files:
-
- 1 modified
-
hellaworld/trunk/config-sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hellaworld/trunk/config-sample.php
r175 r177 21 21 // address ranges must be comma separated, use xxx.xxx.xxx.xxx/32 to limit it to a single 22 22 // 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', 24 24 25 25 'showlinks' => false, // Display direct links to downloaded files 26 26 'basepath' => '/media', // The URL to the Apache alias to the downloads 27 'destpath' => '/mnt/usenet' // The actual file path27 'destpath' => '/mnt/usenet', // The actual file path 28 28 ); 29 29
