/[cvs]/nfo/site/htdocs/index.php
ViewVC logotype

Diff of /nfo/site/htdocs/index.php

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

revision 1.11 by rabit, Sat Sep 4 03:21:55 2004 UTC revision 1.12 by rabit, Sat Sep 4 14:06:52 2004 UTC
# Line 65  switch($common_sessiondata['user_prefs'] Line 65  switch($common_sessiondata['user_prefs']
65    
66    case 'wml': // WML output    case 'wml': // WML output
67    
68      include($common['site']['incroot'] . 'otdef/otd_wml1.php.inc');      include($common['site']['incroot'] . 'otdef/otd_wml1/otd_wml1.php.inc');
69      common_benchmark_addstep('OTD_WML1 included');      common_benchmark_addstep('OTD_WML1 included');
70    
71      break;      break;
# Line 76  switch($common_sessiondata['user_prefs'] Line 76  switch($common_sessiondata['user_prefs']
76    
77    default:    default:
78    
79      include($common['site']['incroot'] . 'otdef/otd_html1.php.inc');      include($common['site']['incroot'] . 'otdef/otd_html1/otd_html1.php.inc');
80      common_benchmark_addstep('OTD_HTML1 included');      common_benchmark_addstep('OTD_HTML1 included');
81    
82  }  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed