Subversion Repository Public Repository

Nextrek

Diff Revisions 517 vs 616 for /Android/SmartCharging/endPoints/nightly/constants.php

Diff revisions: vs.
  @@ -4,7 +4,7 @@
4 4 define("IMAGES_PATH", "/sc-static/images/");
5 5 define("TEMP_IMAGES_PATH", "/sc-static/images/temp/");
6 6
7 - define("IMAGE_SERVER", $_SERVER['HTTP_HOST']);
7 + define("IMAGE_SERVER", "http://".$_SERVER['HTTP_HOST']);
8 8
9 9 define("DB_SERVERNAME", "localhost");
10 10 define("DB_NAME", "smartcharging");