Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/ncp-launcher.php')
-rw-r--r--ncp-web/ncp-launcher.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/ncp-web/ncp-launcher.php b/ncp-web/ncp-launcher.php
index dca17592..e859db3b 100644
--- a/ncp-web/ncp-launcher.php
+++ b/ncp-web/ncp-launcher.php
@@ -190,10 +190,9 @@ else
// return JSON
echo '{ "token": "' . getCSRFToken() . '",'; // Get new token
- echo ' "ref": " ' . $_POST['ref'] . '",';
echo ' "table": ' . json_encode( $table ) . ' , ';
echo ' "suggestions": ' . json_encode( $suggestions ) . ' , ';
- echo ' "ret": "' . $ret . '" }';
+ echo ' "ret": "' . $ret . '" }';
}
}