Changeset 2067337
- Timestamp:
- 04/11/2019 04:03:41 PM (7 years ago)
- File:
-
- 1 edited
-
yext/trunk/yext.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yext/trunk/yext.php
r1779119 r2067337 40 40 41 41 function widgets_serving_host() { 42 $host = @$_GET['host']; 43 if (!$host) { 44 $host = @$_ENV['YEXT_WIDGETS_SERVING_HOST']; 45 } 42 $host = @$_ENV['YEXT_WIDGETS_SERVING_HOST']; 46 43 if (!$host) { 47 44 return array('sites.yext.com'); … … 51 48 52 49 function widgets_storm_host() { 53 $host = @$_GET['host']; 54 if (!$host) { 55 $host = @$_ENV['YEXT_WIDGETS_STORM_HOST']; 56 } 50 $host = @$_ENV['YEXT_WIDGETS_STORM_HOST']; 57 51 if (!$host) { 58 52 return "www.yext.com/w";
Note: See TracChangeset
for help on using the changeset viewer.