Plugin Directory

Changeset 200968

Timestamp:
02/02/2010 05:39:37 AM (15 years ago)
Author:
ShaneF
Message:

root_domain var is always set. No config needed.

Location:
woopra/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woopra/trunk/inc/admin.php

    r200966 r200968  
    352352           
    353353            $newopts = array (
    354                 'version'       =>  '1.4.1.1'
     354                'version'   =>  '1.4.1.1'
    355355            );
    356356           
     
    385385
    386386            $newopts = array (
    387                 'version'           =>  '1.4.3.1',
     387                'version'   =>  '1.4.3.1',
    388388            );
    389389           
     
    395395
    396396            $newopts = array (
    397                 'use_subdomain'         =>  0,
     397                'use_subdomain' =>  0,
     398                'root_domain'   =>  $this->woopra_host(),
    398399            );
    399400           
     
    422423            'track_admin'       => 0,
    423424            'use_timeout'       => 0,
    424             'use_subdomain'     =>  0,
     425            'use_subdomain'     => 0,
     426            'root_domain'       => $this->woopra_host(),
    425427            'timeout'           => 600,
    426428        );
     
    473475    <input type="hidden" name="woopra[version]" value="<?php echo $this->version; ?>" />
    474476    <input type="hidden" name="woopra[activated]" value="<?php echo $this->get_option('activated'); ?>" />
    475     <input type="hidden" name="woopra[sub_domain]" value="<?php echo $this->woopra_host(); ?>" />
     477    <input type="hidden" name="woopra[_domain]" value="<?php echo $this->woopra_host(); ?>" />
    476478    <input type="hidden" name="woopra[date_format]" value="yyyy-MM-dd" />
    477479       
  • woopra/trunk/inc/frontend.php

    r200959 r200968  
    7979        //  Set jQuery Options
    8080        if ( $this->get_option('use_subdomain') )
    81             $this->create_localize( array('rootDomain'      =>  $this->get_option('sub_domain')     )       );
     81            $this->create_localize( array('rootDomain'      =>  $this->get_option('        );
    8282       
    8383        if ( $this->get_option('use_timeout') )
  • woopra/trunk/js/jquery.analytics.js

    r200959 r200968  
    184184     * key - Array holding possiable three bits of information.
    185185     *          * apipage - The page that we are querying.
    186      *          * type (For getreferrers.jsp)
    187      *          * aggregate_by (getcustomvisitordata.jsp)
     186     *          * type (For get)
     187     *          * aggregate_by ()
    188188     *
    189189     */
Note: See TracChangeset for help on using the changeset viewer.