Use https to retrieve the CSS

tags/0.1.4
Daniel Berteaud 12 years ago
parent c073235ba5
commit 88f4b70c97
  1. 2
      root/etc/e-smith/templates/etc/callback/callback.conf/All

@ -3,6 +3,6 @@ $port = "{$callback{'Port'} || '5038';}";
$user = "{$callback{'User'} || 'callback';}";
$secret = "{$callback{'Secret'} || 'secret';}";
$defaultcid = "{$callback{'CallerID'} || ''}";
$webhost = "http://{$SystemName.'.'.$DomainName}";
$webhost = "https://{$SystemName.'.'.$DomainName}";
1

Loading…
Cancel
Save