His there a way to make a plug that return the Current URL?
Hi nir,
I'm using this global.
<%return_url%>
# ----------------------------------------
# Get current url
return $CFG->{build_root_url} . $ENV{REQUEST_URI};
}
rgrdz
Boris
------------------------------
naviteq - http://www.naviteq.net
The precise GPS positioning
I'm using this global.
<%return_url%>
Code:
sub { # ----------------------------------------
# Get current url
return $CFG->{build_root_url} . $ENV{REQUEST_URI};
}
rgrdz
Boris
------------------------------
naviteq - http://www.naviteq.net
The precise GPS positioning


