Changeset 6072 for trunk/index.php


Ignore:
Timestamp:
05/02/12 16:46:46 (12 years ago)
Author:
thiago
Message:

Ticket #2674 - Problema corrigido com codigos em jquery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r5042 r6072  
    99        *  option) any later version.                                              * 
    1010        \**************************************************************************/ 
    11  
     11         
    1212        $current_url = substr($_SERVER["SCRIPT_NAME"], 0, strpos($_SERVER["SCRIPT_NAME"],'index.php')); 
    1313 
     
    6363        if (($GLOBALS['phpgw_info']['server']['use_https'] == 2) && ($_SERVER['HTTPS'] != 'on')) 
    6464        { 
     65         
    6566                Header('Location: https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); 
    6667                exit; 
     
    140141                $GLOBALS['phpgw']->common->phpgw_footer(); 
    141142        }*/ 
     143                 
     144        echo '<script type="text/javascript" src="prototype/plugins/jquery/jquery.min.js"></script>'; 
    142145?> 
Note: See TracChangeset for help on using the changeset viewer.