diff --git a/system/url.php b/system/url.php index 1105f6d8..3e1de338 100644 --- a/system/url.php +++ b/system/url.php @@ -19,8 +19,6 @@ class URL { $base = Config::get('application.url'); - // Assets live in the public directory, and should not have - // the index file appended to their URLs. if ( ! $asset) { $base .= '/'.Config::get('application.index');