From 8ac4df66ad2c416725f0267155cd12207e629096 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 3 Feb 2015 17:27:24 +0100 Subject: [PATCH] Useless line --- ajax.php | 1 - 1 file changed, 1 deletion(-) 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') {