summaryrefslogtreecommitdiff
path: root/fs_selfservice/php/freeside.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'fs_selfservice/php/freeside.class.php')
-rw-r--r--fs_selfservice/php/freeside.class.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs_selfservice/php/freeside.class.php b/fs_selfservice/php/freeside.class.php
index 21e89b47f..bb2ac98ee 100644
--- a/fs_selfservice/php/freeside.class.php
+++ b/fs_selfservice/php/freeside.class.php
@@ -2,7 +2,8 @@
class FreesideSelfService {
//Change this to match the location of your selfservice xmlrpc.cgi or daemon
- var $URL = 'https://www.example.com/selfservice/xmlrpc.cgi';
+ #var $URL = 'https://localhost/selfservice/xmlrpc.cgi';
+ var $URL = 'http://localhost/selfservice/xmlrpc.cgi';
function FreesideSelfService() {
$this;