diff options
author | ivan <ivan> | 2009-01-23 01:23:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-23 01:23:41 +0000 |
commit | a288c2733ae05f04af707133671e79f32efd9eb2 (patch) | |
tree | 959c36d3c988f47c542a20cff436ce056174442a /fs_selfservice/php/freeside.class.php | |
parent | 3034abf97db1bcabb0fc81e565f3f6cccd9de827 (diff) |
add the start at PHP self-service as a quick early renew example
Diffstat (limited to 'fs_selfservice/php/freeside.class.php')
-rw-r--r-- | fs_selfservice/php/freeside.class.php | 3 |
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; |