Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

477
 
1744
 
1744
 
file_manager.php
_> 11 <?php
  22 /*
<> 3 -  $Id: file_manager.php,v 1.15 2003/07/06 20:33:01 dgw_ Exp $
   3+  $Id: file_manager.php 1744 2007-12-21 02:22:21Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2003 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
3535 define('ERROR_DIRECTORY_NOT_REMOVEABLE', 'Error: No puedo eliminar el directorio. Asigne los permisos adecuados a: %s');
  3636 define('ERROR_FILE_NOT_REMOVEABLE', 'Error: No puedo eliminar este fichero. Asigne los permisos adecuados a: %s');
  3737 define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Error: No existe el directorio: %s');
<>  38+define('ERROR_FILENAME_EMPTY', 'Error: Please enter a filename to store the contents in.');
<_ 3839 ?>