diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-09-04 00:02:29 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-09-04 00:02:29 +0200 |
commit | 506fa8936561993b7f70aa507d0c39a44a6ebab9 (patch) | |
tree | d5df1af7e8c1de99397e68e2e7ba39e63ab25c0c /conf/dokuwiki.php | |
parent | b5a8175656b99ced69244b3ce593c00fb61ab825 (diff) | |
download | rpg-506fa8936561993b7f70aa507d0c39a44a6ebab9.tar.gz rpg-506fa8936561993b7f70aa507d0c39a44a6ebab9.tar.bz2 |
the search now uses the index
darcs-hash:20050903220229-7ad00-5d95f905eaeb3f6b867aa3ee43c2a8bccc533c00.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index a264e8717..3da4ca3cb 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -84,7 +84,7 @@ $conf['proxy']['host'] = ''; $conf['proxy']['port'] = ''; $conf['proxy']['user'] = ''; $conf['proxy']['pass'] = ''; -$conf['proxy']['ssl'] = ''; +$conf['proxy']['ssl'] = 0; /* Safemode Hack */ $conf['safemodehack'] = 0; //read http://wiki.splitbrain.org/wiki:safemodehack ! |