* Add httpOnly param when setcooki.

This commit is contained in:
guanxiying
2019-11-21 14:20:11 +08:00
parent 9e46b973ad
commit bad6bbd39c
18 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -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;