[Easymod-cvs] easymod2/mods/easymod/includes admin_easymod.php.txt,1.32,1.33
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-02 12:58:39
|
Update of /cvsroot/easymod/easymod2/mods/easymod/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23966/mods/easymod/includes Modified Files: admin_easymod.php.txt Log Message: Let's hide coming soon features until fully implemented. Index: admin_easymod.php.txt =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** admin_easymod.php.txt 2 Nov 2005 09:31:21 -0000 1.32 --- admin_easymod.php.txt 2 Nov 2005 12:58:07 -0000 1.33 *************** *** 694,698 **** { // compare passwords and send them back to the password screen if they fail ! if ( $password !== get_em_pw()) { $get_password = true; --- 694,698 ---- { // compare passwords and send them back to the password screen if they fail ! if ($password !== get_em_pw()) { $get_password = true; *************** *** 1209,1213 **** $mod_file = '<a href="' . htmlspecialchars($temp_url) . '" class="gen" target="_blank">' . htmlspecialchars($file[1]) . '</a>'; ! $template->assign_block_vars('switch_install_file', array()); } else --- 1209,1214 ---- $mod_file = '<a href="' . htmlspecialchars($temp_url) . '" class="gen" target="_blank">' . htmlspecialchars($file[1]) . '</a>'; ! // Let's hide coming soon features until fully implemented ! //$template->assign_block_vars('switch_install_file', array()); } else *************** *** 1219,1223 **** if ( file_exists('./mods/' . $file[0] . '/processed/') || file_exists('./mods/' . $file[0]. '/backups/') ) { ! $template->assign_block_vars('switch_files', array()); } // see if backups are there so we can give them the option to restore them --- 1220,1225 ---- if ( file_exists('./mods/' . $file[0] . '/processed/') || file_exists('./mods/' . $file[0]. '/backups/') ) { ! // Let's hide coming soon features until fully implemented ! //$template->assign_block_vars('switch_files', array()); } // see if backups are there so we can give them the option to restore them |