Ticket #1 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Handle https:// when manipulating 'home'

Reported by: ryan Assigned to: 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

06/10/04 21:38:55 changed by ryan

06/10/04 21:39:32 changed by ryan

  • version set to 1.3.

06/10/04 22:06:31 changed by ryan

  • owner changed from anonymous to rboren.
  • status changed from new to assigned.

06/11/04 14:36:32 changed by ryan

  • status changed from assigned to closed.
  • resolution changed from 10 to 20.

06/13/04 00:20:07 changed by ryan

  • status changed from closed to closed.