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.13 2002/08/19 01:45:58 hpdl 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) 2002 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
3535 define('ERROR_DIRECTORY_NOT_REMOVEABLE', 'Error: I can not remove this directory. Please set the right user permissions on: %s');
  3636 define('ERROR_FILE_NOT_REMOVEABLE', 'Error: I can not remove this file. Please set the right user permissions on: %s');
  3737 define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Error: Directory does not exist: %s');
<>  38+define('ERROR_FILENAME_EMPTY', 'Error: Please enter a filename to store the contents in.');
<_ 3839 ?>