Show
Ignore:
Timestamp:
08/10/05 21:20:03 (7 years ago)
Author:
alexx
Message:
  • cleanup crapy code in dotnode-xml.php
  • include new Smarty_dotnode object to fix #14
  • modify reset_data.sh bash script to fix log problem
  • remove hardcoded ini_set error_log in config (it must bi fixed in vhost, or if not possible: in config_server.inc.php
  • fix impossibility to change language in dotpage (cookie name not set correctly)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/includes/includes.inc.php

    r1 r16  
    2323 ******************** http://opensource.ikse.net/projects/dotnode ***/ 
    2424 
    25 include('Smarty/Smarty.class.php'); 
    26 include('smarty_plugins/block.gettext.php'); 
    27 include('smarty_plugins/modifier.linkalize.php'); 
    28 include('smarty_plugins/modifier.linkurl.php'); 
    29  
    30  
    31 include('smarty_plugins/function.html_access_options.php'); 
    32 include('smarty_plugins/modifier.utf8.php'); 
    33  
    34 include('wiki.inc.php'); 
    35  
    36 include('Mail.php'); 
    37  
    38 include('DB.php'); 
    3925include('config.inc.php'); 
    4026 
     27include('Mail.php'); // PEAR 
     28 
     29include('DB.php'); // PEAR 
     30 
     31include('smarty.inc.php'); 
    4132include('functions.inc.php'); 
    42 include('logikse.class.php'); 
    4333 
    4434// To handle difference in PHP_SELF under Apache1 and Apache2