* Add httpOnly param when setcooki.
This commit is contained in:
@@ -641,7 +641,7 @@ class gitModel extends model
|
||||
$diff = '';
|
||||
|
||||
$oldSelf = $this->server->PHP_SELF;
|
||||
$this->server->set('PHP_SELF', $this->config->webRoot);
|
||||
$this->server->set('PHP_SELF', $this->config->webRoot, '', false, true);
|
||||
|
||||
if(!$repoRoot) $repoRoot = $this->repoRoot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user