Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1 closed defect (bug) (fixed)

Handle https:// when manipulating 'home'

Reported by: ryan Owned by: ryan
Priority: normal Milestone:
Component: General Version:
Severity: minor Keywords:
Cc:

Description

This:

preg_replace('|https?:[/]+|i', , get_settings('home') . '/' )

Instead of this:

preg_replace('|http://[^/]+|i', , get_settings('home') . '/' )

Change History (5)

comment:1   ryan9 years ago

comment:2   ryan9 years ago

  • Version set to 1.3

comment:3   ryan9 years ago

  • Owner changed from anonymous to rboren
  • Status changed from new to assigned

comment:4   ryan9 years ago

  • Resolution changed from 10 to 20
  • Status changed from assigned to closed

comment:5   ryan9 years ago

Note: See TracTickets for help on using tickets.