11 lines
190 B
PHP
11 lines
190 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Options for the whoisinyourhackspace plugin
|
||
|
*
|
||
|
* @author Tim Schumacher <tim.daniel.schumacher@gmail.com>
|
||
|
*/
|
||
|
|
||
|
|
||
|
$meta['api_path'] = array('the place where your api resides');
|
||
|
|