this should work:
edit library/environment/url.php:
CHANGE:
TO:
edit library/environment/url.php:
CHANGE:
Code: Select all
function ssl($controller, $action = NULL, $query = array()) {
$server=$this->get_server();
return htmlspecialchars($this->create($server, $controller, $action, $query));
}
Code: Select all
function ssl($controller [color=red]= 'home'[/color], $action = NULL, $query = array()) {
$server=$this->get_server();
return htmlspecialchars($this->create($server, $controller, $action, $query));
}
Who is online
Users browsing this forum: No registered users and 4 guests