Initial commit

This commit is contained in:
Tim Schumacher 2011-09-15 12:54:40 +02:00
commit 6b5e7a3c7c
8 changed files with 187 additions and 0 deletions

8
conf/default.php Normal file
View file

@ -0,0 +1,8 @@
<?php
/**
* Default settings for the whoisinyourhackspace plugin
*
* @author Tim Schumacher <tim.daniel.schumacher@gmail.com>
*/
$conf['leasefile'] = '/tmp/leasefile';

10
conf/metadata.php Normal file
View file

@ -0,0 +1,10 @@
<?php
/**
* Options for the whoisinyourhackspace plugin
*
* @author Tim Schumacher <tim.daniel.schumacher@gmail.com>
*/
$meta['leasefile'] = array('the place where the leasefile resides');