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

Diff of /ludap/setup.php

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

revision 1.15 by mose, Wed Sep 24 10:03:03 2003 UTC revision 1.16 by mose, Wed Sep 24 10:50:11 2003 UTC
# Line 29  ini_set('register_globals','off'); Line 29  ini_set('register_globals','off');
29  require('setup.smarty.php');  require('setup.smarty.php');
30    
31  include LUDAP_DIR.'ludap.lib.php';  include LUDAP_DIR.'ludap.lib.php';
32  $L = new ludap($C,'ludap.conf');  $L = new ludap($C,LUDAPCONF);
33  $L->conn() or die("Impossible to connect");  $L->conn() or die("Impossible to connect");
34    
35  if (get_magic_quotes_gpc()) {  if (get_magic_quotes_gpc()) {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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