You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
260 B
11 lines
260 B
11 years ago
|
<?php
|
||
|
|
||
|
return array(
|
||
|
// how many spaces to use for indention, 0 will make it use real tabs
|
||
|
'tabsize' => 4,
|
||
|
|
||
|
// whitelist of IPs which don't need to be authenticated
|
||
|
// use '*' to allow any IP
|
||
|
'ip_whitelist' => array('127.0.0.1', '::1'),
|
||
|
);
|