Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Build Path Prob

Quote Reply
Build Path Prob
I want to put a cgi prog into a plugin. The cgi has a scaler $path="/s/mysite.com/admin/session";

Obviously I want this path to match the users path to their session files.

I tried: path$="$CFG->{build_root_url}/admin/session"; but this does not work in this case, even though it produces http://www.mysite.com/admin/session correctly.

What can I use in this case to build the correct path (not a url)?


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [sooke] Build Path Prob In reply to
Disregard, I worked it out, I thinkBlush

my $path = $CFG->{"admin_root_path"} . "/sessions";



Oh well, maybe this post will be of use to someone.


http://www.iuni.com/...tware/web/index.html
Links Plugins