From 84fafa31a06385fff10782be99bfa81f7496daa9 Mon Sep 17 00:00:00 2001 From: panayotis Date: Thu, 15 Dec 2011 11:45:26 +0100 Subject: [PATCH] the tophat api url changed --- plekit/php/tophat_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plekit/php/tophat_api.php b/plekit/php/tophat_api.php index 50eb146..3ce485d 100644 --- a/plekit/php/tophat_api.php +++ b/plekit/php/tophat_api.php @@ -6,7 +6,7 @@ // TODO add tophat_api in the php default path in /etc/plc.d/httpd // TODO occurences to PLC -define('TOPHAT_API_HOST', 'www.top-hat.info'); +define('TOPHAT_API_HOST', 'api.top-hat.info'); define('TOPHAT_API_PATH', '/API/'); define('TOPHAT_API_PORT', 443); -- 2.43.0