Saludos Señores
 
tengo la página 
www.paitillatours.com hasta el domingo entraba sin problemas al administrador y hacia logout 
ahora 
cuando hago log in o log out me sale este error  
Warning: Cannot modify header information - headers already sent by (output started at /home/paitilla/public_html/admin/includes/languages/espanol.php:310) in /home/paitilla/public_html/admin/includes/functions/general.php on line 22  
La linea de ese archivo contiene  
 Código PHP:
    <?php
/*
  $Id: general.php 1739 2007-12-20 00:52:16Z hpdl $
 
  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
 
  Copyright (c) 2007 osCommerce
 
  Released under the GNU General Public License
*/
 
////
// Redirect to another page or site
  function tep_redirect($url) {
    global $logger;
 
    if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) {
      tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false));
    }
 
    header('Location: ' . $url); //ESTA ES LA LINEA 22
 
    if (STORE_PAGE_PARSE_TIME == 'true') {
      if (!is_object($logger)) $logger = new logger;
      $logger->timer_stop();
    }
 
    exit;
  }    
  Si alguien me puede ayudar, no se que pueda estar pasando