From 93df2e7c61b800ba0627c4d02825d3697a836833 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Thu, 28 Mar 2019 08:43:17 +0100 Subject: remove example API file (#14263) --- misc/others/api_rest_call.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 misc/others/api_rest_call.php (limited to 'misc') diff --git a/misc/others/api_rest_call.php b/misc/others/api_rest_call.php deleted file mode 100644 index 0c7e143626..0000000000 --- a/misc/others/api_rest_call.php +++ /dev/null @@ -1,30 +0,0 @@ -Keywords for the last month\n"); -foreach ($content as $row) { - $keyword = htmlspecialchars(html_entity_decode(urldecode($row['label']), ENT_QUOTES, 'UTF-8'), ENT_QUOTES, 'UTF-8'); - $hits = $row['nb_visits']; - - print("$keyword ($hits hits)
\n"); -} - -- cgit v1.2.3