Index: openacs-4/packages/soap-gateway/www/tests/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-gateway/www/tests/index.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/soap-gateway/www/tests/index.tcl 17 Oct 2004 05:52:02 -0000 1.1 +++ openacs-4/packages/soap-gateway/www/tests/index.tcl 1 Mar 2005 00:01:44 -0000 1.2 @@ -24,7 +24,7 @@ set caption "tests" # is this connection secure -if [ad_secure_conn_p] { +if [security::secure_conn_p] { # calc http name set http [format "http://%s%s" [ns_info hostname] [file join / [soap::get_base_url] tests]]