From a288c2733ae05f04af707133671e79f32efd9eb2 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 23 Jan 2009 01:23:41 +0000 Subject: add the start at PHP self-service as a quick early renew example --- fs_selfservice/php/freeside.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fs_selfservice/php/freeside.class.php') 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; -- cgit v1.2.1