Major updates from other projects
This commit is contained in:
@@ -29,14 +29,5 @@ abstract class lnApp_Meta {
|
||||
|
||||
$this->_data[$key] = $value;
|
||||
}
|
||||
|
||||
public function secure() {
|
||||
static $secure = NULL;
|
||||
|
||||
if (! $secure AND Request::current())
|
||||
$secure = Request::current()->secure() ? 'https://' : 'http://';
|
||||
|
||||
return $secure;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user