Changeset 16 for trunk/dotnode-xml.php
- Timestamp:
- 08/10/05 21:20:03 (7 years ago)
- Files:
-
- 1 modified
-
trunk/dotnode-xml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dotnode-xml.php
r12 r16 31 31 $login = $regs[1]; 32 32 33 $smarty = new Smarty; 34 33 $smarty = new Smarty_dotnode; 35 34 $smarty->template_dir = SMARTYPATH.'/templates_xml/'; 36 $smarty->compile_dir = SMARTYPATH.'/templates_c/';37 $smarty->config_dir = SMARTYPATH.'/configs/';38 $smarty->cache_dir = SMARTYPATH.'/cache/';39 $smarty->debugging_ctrl = false;40 $smarty->register_modifier('wikise', 'Wikise');41 35 $smarty->compile_id = 'xml'; 42 $smarty->caching = false;43 $smarty->cache_lifetime = 3600;44 $smarty->use_sub_dirs = true;45 46 ini_set('session.name','dotnodeSessID');47 ini_set('session.save_path',BASEPATH.'/../sessions');48 49 include(INCLUDESPATH.'/session_save_handler.inc.php');50 session_set_save_handler ("_sess_open", "_sess_close", "_sess_read", "_sess_write", "_sess_destroy", "_sess_gc");51 36 52 37 session_start();
