Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2811/mods/easymod
Modified Files:
easymod_display_functions.php
Log Message:
I'm going to add more information to the debug info report of the installer, but I first... normalizing end of statements here, so the incoming changes are easily visible with the next commit.
Index: easymod_display_functions.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_display_functions.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** easymod_display_functions.php 6 Nov 2005 15:13:05 -0000 1.22
--- easymod_display_functions.php 8 Nov 2005 17:24:25 -0000 1.23
***************
*** 42,46 ****
// open the template file for readin
! $template = fopen( $template_file, 'r') ;
// look through the file, displaying each line to the screen
--- 42,46 ----
// open the template file for readin
! $template = fopen( $template_file, 'r');
[...1751 lines suppressed...]
! $variables['FTP_HOST'] = $ftp_host;
! $variables['FTP_PORT'] = $ftp_port;
! $variables['FTP_DIR'] = $ftp_dir;
! $variables['FTP_DEBUG'] = $ftp_debug;
! $variables['FTP_TYPE'] = $ftp_type;
! $variables['FTP_CACHE'] = $ftp_cache;
// fill the template info
! get_empw_settings( $variables);
! get_hidden_data( $variables, $access);
// dispay the page and the footer
! display_template( $phpbb_root_path . $script_path . 'templates/step1c_empw.tpl', $variables);
! page_footer();
! exit;
}
?>
\ No newline at end of file
|