Initial commit
This commit is contained in:
commit
6b5e7a3c7c
8 changed files with 187 additions and 0 deletions
8
conf/default.php
Normal file
8
conf/default.php
Normal 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
10
conf/metadata.php
Normal 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');
|
||||
|
Reference in a new issue