fix CS
[phancap.git] / data / phancap.config.php.dist
1 <?php
2 /**
3  * phancap configuration
4  *
5  * See README for a list of configuration options
6  */
7
8 //username => secret key
9 $access = array(
10     'bar' => 'bar',
11 );
12 ?>