]> git.pld-linux.org Git - packages/dokuwiki.git/blob - adldap.patch
- export to pdf also for dw2pdf plugin
[packages/dokuwiki.git] / adldap.patch
1 --- dokuwiki-2009-12-25/inc/auth/ad.class.php~  2009-12-25 12:14:41.000000000 +0200
2 +++ dokuwiki-2009-12-25/inc/auth/ad.class.php   2010-01-11 14:46:38.446655609 +0200
3 @@ -32,7 +32,7 @@
4   *  @author  Andreas Gohr <andi@splitbrain.org>
5   */
6  
7 -require_once(DOKU_INC.'inc/adLDAP.php');
8 +require_once '/usr/share/php/adLDAP.php';
9  
10  class auth_ad extends auth_basic {
11      var $cnf = null;
This page took 0.056653 seconds and 3 git commands to generate.