[Easymod-cvs] easymod/install em_install.php,1.1,1.2
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-12-09 23:22:45
|
Update of /cvsroot/easymod/easymod/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9565 Modified Files: em_install.php Log Message: added install time to MOD table. Prep for uninstall ... still need to decide exactly how to do this Index: em_install.php =================================================================== RCS file: /cvsroot/easymod/easymod/install/em_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** em_install.php 4 Dec 2005 03:12:30 -0000 1.1 --- em_install.php 9 Dec 2005 23:22:37 -0000 1.2 *************** *** 248,252 **** $files[] = array('to' => './../includes/em/em_acp_menu.php', 'from' => './../install/em_files/includes/em/em_acp_menu.php'); $files[] = array('to' => './../includes/em/em_functions_20x.php', 'from' => './../install/em_files/includes/em/em_functions_20x.php'); ! $files[] = array('to' => './../includes/em/em_mcrypt.php', 'from' => './../install/em_files/includes/em/em_mcrypt.php'); $files[] = array('to' => './../includes/em/em_parser_text.php', 'from' => './../install/em_files/includes/em/em_parser_text.php'); //$files[] = array('to' => './../includes/em/em_functions_30x.php', 'from' => './../install/em_files/includes/em/em_functions_30x.php'); --- 248,252 ---- $files[] = array('to' => './../includes/em/em_acp_menu.php', 'from' => './../install/em_files/includes/em/em_acp_menu.php'); $files[] = array('to' => './../includes/em/em_functions_20x.php', 'from' => './../install/em_files/includes/em/em_functions_20x.php'); ! $files[] = array('to' => './../includes/em/em_crypt.php', 'from' => './../install/em_files/includes/em/em_crypt.php'); $files[] = array('to' => './../includes/em/em_parser_text.php', 'from' => './../install/em_files/includes/em/em_parser_text.php'); //$files[] = array('to' => './../includes/em/em_functions_30x.php', 'from' => './../install/em_files/includes/em/em_functions_30x.php'); *************** *** 264,267 **** --- 264,268 ---- $files[] = array('to' => './../templates/subSilver/admin/em_login.tpl', 'from' => './../install/em_files/templates/subSilver/admin/em_login.tpl'); $files[] = array('to' => './../templates/subSilver/admin/em_check_sql.tpl', 'from' => './../install/em_files/templates/subSilver/admin/em_check_sql.tpl'); + $files[] = array('to' => './../templates/subSilver/admin/em_help_popup.tpl', 'from' => './../install/em_files/templates/subSilver/admin/em_help_popup.tpl'); $files[] = array('to' => './../templates/subSilver/admin/em_mod_info.tpl', 'from' => './../install/em_files/templates/subSilver/admin/em_mod_info.tpl'); $files[] = array('to' => './../templates/subSilver/admin/em_post_process.tpl', 'from' => './../install/em_files/templates/subSilver/admin/em_post_process.tpl'); |