diff --git a/ajax.php b/ajax.php index e82b93a..804fed1 100644 --- a/ajax.php +++ b/ajax.php @@ -37,7 +37,6 @@ if (!empty($_POST['action'])) { } if ($session->isConnected()) { - $operator = !empty($config['operator']) ? ' ' . $config['operator'] . ' ' : ' && '; $gitcommand = 'git --git-dir=' . $config['path'] . '/.git --work-tree=' . $config['path']; if ($_POST['action'] == 'status') {