Skip to content

Commit 561fa9a

Browse files
author
php-schubser
committed
changes-in-export-options-and-wording
1 parent 43918ca commit 561fa9a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

new_files/interface/.htaccess

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
# based on:
1010
# (c) 2000-2001 The Exchange Project
1111
# (c) 2002-2003 osCommerce (.htaccess,v 1.4 2001/04/22); www.oscommerce.com
12-
# (c) 2003 nextcommerce (.htaccess,v 1.3 2003/08/13); www.nextcommerce.org
13-
# (c) 2003 XT-Commerce (.htaccess,v 1.3 2003/08/13); www.xt-commerce.com
12+
# (c) 2003 nextcommerce (.htaccess,v 1.3 2003/08/13); www.nextcommerce.org
13+
# (c) 2003 XT-Commerce (.htaccess,v 1.3 2003/08/13); www.xt-commerce.com
1414
#
1515
# Released under the GNU General Public License
1616
# -----------------------------------------------------------------------------------------
1717
#
1818
# This is used with Apache WebServers
1919
# The following blocks direct HTTP requests in this directory recursively
2020

21-
Options -Indexes
21+
Options -Indexes

new_files/interface/fs_cleverreach_interface_rest_client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public function get($path, $data = false, $mode = "get")
7979
}
8080
}
8181

82-
$url = sprintf("%s?%s", $this->url . $path, ($data ? http_build_query($data) : ""));
8382
$this->debug("url", $url);
8483

8584
$curl = curl_init($url);

0 commit comments

Comments
 (0)