8 lines
176 B
PHP
8 lines
176 B
PHP
<?php
|
|
/**
|
|
* Default settings for the whoisinyourhackspace plugin
|
|
*
|
|
* @author Tim Schumacher <tim.daniel.schumacher@gmail.com>
|
|
*/
|
|
|
|
$conf['leasefile'] = '/tmp/leasefile';
|