diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-09 11:27:53 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-09 11:27:53 -0800 |
commit | 6c4ade4251eca321b5251092dbb84d648b3a4258 (patch) | |
tree | 985f5ba068b1fa96f4df23306b775ace16f2a008 /lib/default.php | |
parent | 053aafe5fbd1a0026831c28bf8b382ff44bb9de6 (diff) | |
parent | 4caf0d2e73f97c3ee99b2aa902f996e9d3bbab9f (diff) |
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index f22d8b24a..10f3f1a97 100644 --- a/lib/default.php +++ b/lib/default.php @@ -294,4 +294,6 @@ $default = array('crawldelay' => 0, 'disallow' => array('main', 'settings', 'admin', 'search', 'message') ), + 'api' => + array('realm' => null), ); |