Useless line
This commit is contained in:
parent
3ce19681c0
commit
8ac4df66ad
1
ajax.php
1
ajax.php
@ -37,7 +37,6 @@ if (!empty($_POST['action'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($session->isConnected()) {
|
if ($session->isConnected()) {
|
||||||
$operator = !empty($config['operator']) ? ' ' . $config['operator'] . ' ' : ' && ';
|
|
||||||
$gitcommand = 'git --git-dir=' . $config['path'] . '/.git --work-tree=' . $config['path'];
|
$gitcommand = 'git --git-dir=' . $config['path'] . '/.git --work-tree=' . $config['path'];
|
||||||
|
|
||||||
if ($_POST['action'] == 'status') {
|
if ($_POST['action'] == 'status') {
|
||||||
|
Loading…
Reference in New Issue
Block a user