Allow login via header for getVersion

pull/762/head
Iglocska 2015-04-26 10:58:08 +02:00
parent ee3e2b0007
commit 4ef36d473f
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class ServersController extends AppController {
switch ($this->request->params['action']) {
case 'push':
case 'pull':
case 'getVersion':
case 'testConnection':
$this->Security->csrfUseOnce = false;
}