diff options
author | Evan Prodromou <evan@status.net> | 2010-10-14 14:56:38 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-14 14:56:38 -0400 |
commit | 1a4dc03bfe9c02de04635411e1af78821adc4d5e (patch) | |
tree | 5913510cb75249093e9ed8e237a5b3e3c3ed31d9 /lib | |
parent | 8f3b18f27f1c8daee3f06f457eaf3587db22c96e (diff) |
document and default for site|ssllogo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index 08ad811b6..fb032930b 100644 --- a/lib/default.php +++ b/lib/default.php @@ -37,6 +37,7 @@ $default = 'path' => $_path, 'logfile' => null, 'logo' => null, + 'ssllogo' => null, 'logdebug' => false, 'fancy' => false, 'locale_path' => INSTALLDIR.'/locale', |