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

Diff of /ludap/setup.smarty.php

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

revision 1.4 by mose, Wed Sep 24 10:03:03 2003 UTC revision 1.5 by mose, Wed Sep 24 10:50:11 2003 UTC
# Line 22  the Free Software Foundation, Inc., Line 22  the Free Software Foundation, Inc.,
22    
23  if (!defined('LUDAP_DIR'))  define("LUDAP_DIR",  dirname(__FILE__).DIRECTORY_SEPARATOR);  if (!defined('LUDAP_DIR'))  define("LUDAP_DIR",  dirname(__FILE__).DIRECTORY_SEPARATOR);
24  if (!defined('SMARTY_DIR')) define("SMARTY_DIR", LUDAP_DIR.'smarty'.DIRECTORY_SEPARATOR);  if (!defined('SMARTY_DIR')) define("SMARTY_DIR", LUDAP_DIR.'smarty'.DIRECTORY_SEPARATOR);
25    if (!defined('LUDAPCONF')) define("LUDAPCONF", 'ludap.conf');
26    
27  require_once(SMARTY_DIR.'Smarty.class.php');  require_once(SMARTY_DIR.'Smarty.class.php');
28  require_once(SMARTY_DIR.'Config_File.class.php');  require_once(SMARTY_DIR.'Config_File.class.php');

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

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