From: panayotis Date: Thu, 15 Dec 2011 10:45:26 +0000 (+0100) Subject: the tophat api url changed X-Git-Tag: plewww-4.3-70~1 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=84fafa31a06385fff10782be99bfa81f7496daa9 the tophat api url changed --- 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);