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

Diff of /ludap/www/index.php

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

revision 1.1 by mose, Wed Aug 27 22:27:21 2003 UTC revision 1.2 by mose, Wed Aug 27 23:09:16 2003 UTC
# Line 25  copyright (C) 2001, 2002 mose, makina co Line 25  copyright (C) 2001, 2002 mose, makina co
25  // Change that !!  // Change that !!
26  // ////////////////////////////////////////////////////////////////////////  // ////////////////////////////////////////////////////////////////////////
27    
28  define(LUDAP_DIR, "/home/mose/src/ludap/");  define(LUDAP_DIR,"/home/mose/src/ludap/");
29    
30  // ////////////////////////////////////////////////////////////////////////  // ////////////////////////////////////////////////////////////////////////
31    
# Line 37  define(LUDAP_DIR, "/home/mose/src/ludap/ Line 37  define(LUDAP_DIR, "/home/mose/src/ludap/
37   * \author mose@ludap.org   * \author mose@ludap.org
38   */   */
39    
40  require_once(LUDAP_DIR.'setup.php');  $ipath = ini_get('include_path');
41    $isep = (strstr($ipath,';')) ? ';' : ':';
42    ini_set('include_path', LUDAP_DIR.$isep.$ipath);
43    
44    require_once('setup.php');
45    
46  /* variables setup */  /* variables setup */
47    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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