Part of the EllisLab Network

Bug Report

$this->config->system_url() acts wired

Date: 06/30/2008 Severity: Minor
Status: New Reporter: Nicholas
Version: 1.6.3
Keywords: Libraries, Config Class

Description

system is in the parent folder(”../system”), and application in in current folder(“site”, for instance). $this->config->system_url() gives the wrong value for system folder

Code Sample

echo $this->config->system_url();

Expected Result

../system

Actual Result

site/system

Comment on Bug Report

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?