/[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.2 by mose, Thu Sep 4 23:24:57 2003 UTC revision 1.3 by mose, Fri Sep 5 02:04:12 2003 UTC
# Line 20  the Free Software Foundation, Inc., Line 20  the Free Software Foundation, Inc.,
20  ------------------------------------------------------------------------  ------------------------------------------------------------------------
21  */  */
22    
23  if (!defined('LUDAP_DIR')) {  if (!defined('LUDAP_DIR'))  define("LUDAP_DIR",  dirname(__FILE__).DIRECTORY_SEPARATOR);
24          define("LUDAP_DIR", dirname(__FILE__).DIRECTORY_SEPARATOR);  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    
26  require_once(SMARTY_DIR.'Smarty.class.php');  require_once(SMARTY_DIR.'Smarty.class.php');
27  require_once(SMARTY_DIR.'Config_File.class.php');  require_once(SMARTY_DIR.'Config_File.class.php');

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

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