Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 59 forks source link

Fix for cross origin issues when php is running on a diffent server. #399

Closed lokonli closed 6 years ago

lokonli commented 6 years ago

Added the following lines to the php files: header("Access-Control-Allow-Origin: *"); header('Content-Type: application/json');

The settings->info panel display the php version which is installed.