Changeset 1735


Ignore:
Timestamp:
12/02/09 14:18:19 (14 years ago)
Author:
rodsouza
Message:

Ticket #804 - Adicionando '..' na frente do caminho absoluto.

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.phpmailer.php

    r1638 r1735  
    730730    function valEm($email) 
    731731    { 
     732                return true; 
    732733        $mail_retorno = FALSE; 
    733734        if ((strlen($email) >= 6) && (substr_count($email,"@") == 1) && (substr($email,0,1) != "@") && (substr($email,strlen($email)-1,1) != "@")) 
  • trunk/expressoMail1_2/index.php

    r1708 r1735  
    1818        echo "<script src='js/globals.js?".$update_version."' type='text/javascript'></script>"; 
    1919        echo "<script src='js/sniff_browser.js?".$update_version."' type='text/javascript'></script>"; 
    20         echo "<style type='text/css'>@import url(/phpgwapi/js/jscalendar/calendar-win2k-1.css);</style>"; 
    21         echo "<script src='/phpgwapi/js/jscalendar/calendar.js?".$update_version."' type='text/javascript'></script>"; 
    22         echo "<script src='/phpgwapi/js/jscalendar/calendar-setup.js?".$update_version."' type='text/javascript'></script>"; 
    23         echo "<script src='/phpgwapi/js/jscalendar/lang/calendar-br.js?".$update_version."' type='text/javascript'></script>"; 
     20        echo "<style type='text/css'>@import url(../phpgwapi/js/jscalendar/calendar-win2k-1.css);</style>"; 
     21        echo "<script src='../phpgwapi/js/jscalendar/calendar.js?".$update_version."' type='text/javascript'></script>"; 
     22        echo "<script src='../phpgwapi/js/jscalendar/calendar-setup.js?".$update_version."' type='text/javascript'></script>"; 
     23        echo "<script src='../phpgwapi/js/jscalendar/lang/calendar-br.js?".$update_version."' type='text/javascript'></script>"; 
    2424        echo '<script type="text/javascript" src="../phpgwapi/js/wz_dragdrop/wz_dragdrop.js?'.$update_version.'"></script> 
    2525                <script type="text/javascript" src="../phpgwapi/js/dJSWin/dJSWin.js?'.$update_version.'"></script>'; 
Note: See TracChangeset for help on using the changeset viewer.