[Easymod-cvs] easymod2/mods/easymod/includes admin_easymod.php.txt,1.19,1.20
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-07-03 02:42:37
|
Update of /cvsroot/easymod/easymod2/mods/easymod/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17389/mods/easymod/includes Modified Files: admin_easymod.php.txt Log Message: Made it so that FTP chmods folders to 755 and files to 644. I did this because some ftp servers may not chmod files automatically. Atleast mine on my local machine doesnt (I need to change the config so that it does). Index: admin_easymod.php.txt =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin_easymod.php.txt 2 Jul 2005 21:49:57 -0000 1.19 --- admin_easymod.php.txt 3 Jul 2005 02:42:19 -0000 1.20 *************** *** 1197,1201 **** { // display confirm and move the backups into place ! message_die(GENERAL_ERROR, $lang['Coming_soon']); } --- 1197,1201 ---- { // display confirm and move the backups into place ! message_die(GENERAL_MESSAGE, $lang['Coming_soon']); } *************** *** 1207,1211 **** { // list which languages so user can choose and go through install process ! message_die(GENERAL_ERROR, $lang['Coming_soon']); } --- 1207,1211 ---- { // list which languages so user can choose and go through install process ! message_die(GENERAL_MESSAGE, $lang['Coming_soon']); } *************** *** 1217,1221 **** { // list which themes so user can choose and go through install process ! message_die(GENERAL_ERROR, $lang['Coming_soon']); } --- 1217,1221 ---- { // list which themes so user can choose and go through install process ! message_die(GENERAL_MESSAGE, $lang['Coming_soon']); } *************** *** 1224,1228 **** // uninstall the mod // ! else if ( $mode == 'unistall_mod' ) { message_die(GENERAL_MESSAGE, $lang['Coming_soon']); --- 1224,1228 ---- // uninstall the mod // ! else if ( $mode == 'uninstall_mod' ) { message_die(GENERAL_MESSAGE, $lang['Coming_soon']); |