EX:  You are here: home->module->page etc

function curPageURL() {
                        $pageURL = 'http';
                        if ($_SERVER["HTTPS"] == "on") {
                            $pageURL .= "s";
                        } $pageURL

                                .= "://";
                        if ($_SERVER["SERVER_PORT"] != "80") {
                            $pageURL .= '<a href='.
$_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].'>1</a>'.' > <a
href='.$_SERVER["REQUEST_URI"].'>2</a>';
                        } else {
                            $pageURL .= $_SERVER["SERVER_NAME"].
$_SERVER["REQUEST_URI"];
                        } return

                                $pageURL;
                    }

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to