[Piwik-trac] [Piwik] #172: JS Code has extra slash

Piwik trac at piwik.org
Sat Apr 5 16:01:35 CEST 2008


#172: JS Code has extra slash
------------------------+---------------------------------------------------
 Reporter:  loki_racer  |        Type:  Bug 
   Status:  new         |    Priority:  low 
Milestone:              |   Component:  Core
  Version:              |    Keywords:      
------------------------+---------------------------------------------------
 {{{
 piwik_url = 'http://piwik.example.com//piwik.php';
 }}}

 should be
 {{{
  piwik_url = 'http://piwik.example.com/piwik.php';
 }}}

-- 
Ticket URL: <http://dev.piwik.org/trac/ticket/172>
Piwik <http://piwik.org>
Piwik, open source web analytics software


More information about the Piwik-trac mailing list