/[ludap]/ludap/index.php
ViewVC logotype

Diff of /ludap/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mose, Tue Aug 12 20:43:49 2003 UTC revision 1.4 by mose, Wed Aug 13 01:51:53 2003 UTC
# Line 23  file:        index.php Line 23  file:        index.php
23  description: main processing file for LuDAP  description: main processing file for LuDAP
24  */  */
25    
26    if (!extension_loaded('ldap')) {
27            if (!dl('ldap.so')) {
28                    echo "LDAP not enabled with PHP. Please fix it.";
29                    die;
30            }
31    }
32    
33  include './ludap.lib.php';  include './ludap.lib.php';
34  $ludap_version = "0.3";  $ludap_version = "0.3";
35  $ludap_conf = '/etc/ludap.conf';  $ludap_conf = '/etc/ludap.conf';

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26