Update of /cvsroot/popfile/engine/POPFile
In directory sc8-pr-cvs1:/tmp/cvs-serv15166/POPFile
Modified Files:
Configuration.pm
Log Message:
Fixed up ui_port and timeout mapppings
Index: Configuration.pm
===================================================================
RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Configuration.pm 5 May 2003 17:50:11 -0000 1.17
--- Configuration.pm 26 May 2003 22:19:53 -0000 1.18
***************
*** 215,219 ****
'msgdir', 'GLOBAL_msgdir',
'subject', 'GLOBAL_subject',
! 'imeout', 'GLOBAL_timeout',
'xpl', 'GLOBAL_xpl',
'xtc', 'GLOBAL_xtc',
--- 215,219 ----
'msgdir', 'GLOBAL_msgdir',
'subject', 'GLOBAL_subject',
! 'timeout', 'GLOBAL_timeout',
'xpl', 'GLOBAL_xpl',
'xtc', 'GLOBAL_xtc',
***************
*** 248,252 ****
'skin', 'html_skin',
'test_language', 'html_test_language',
! 'update_check', 'html_update_check'
);
--- 248,253 ----
'skin', 'html_skin',
'test_language', 'html_test_language',
! 'update_check', 'html_update_check',
! 'ui_port', 'html_port',
);
|