Changeset 182
- Timestamp:
- 10/21/08 02:21:26 (3 months ago)
- Location:
- hellaworld/trunk
- Files:
-
- 2 modified
-
completed.php (modified) (2 props)
-
config-sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hellaworld/trunk/completed.php
- Property svn:keyword deleted
- Property svn:keywords set to Id
-
hellaworld/trunk/config-sample.php
r177 r182 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.16 8.0.0/12',23 'iprange' => '192.168.0.0/16,10.0.0.0/8,172.16.0.0/12', 24 24 25 25 'showlinks' => false, // Display direct links to downloaded files
