remove some comment bloat.
This commit is contained in:
@@ -27,8 +27,7 @@ class URL {
|
|||||||
|
|
||||||
// Since SSL is often not used while developing the application, we allow the
|
// Since SSL is often not used while developing the application, we allow the
|
||||||
// developer to disable SSL on all framework generated links to make it more
|
// developer to disable SSL on all framework generated links to make it more
|
||||||
// convenient to work with the site while developing. When the "ssl" option
|
// convenient to work with the site while developing.
|
||||||
// is disabled, all links will use the HTTP protocol instead of HTTPS.
|
|
||||||
if ($https and Config::$items['application']['ssl'])
|
if ($https and Config::$items['application']['ssl'])
|
||||||
{
|
{
|
||||||
$root = preg_replace('~http://~', 'https://', $root, 1);
|
$root = preg_replace('~http://~', 'https://', $root, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user