Ticket #3 (closed defect: fixed)
$_SERVER["PHP_SELF"] broken if index file is used
| Reported by: | thomas.seifert@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
Description
I just found what looks like a bug to me regarding the access to the indexfile and what is returned to $_SERVERPHP_SELF?.
I have a page where I've set the index-file to index.php. If I access the site just with http://mydomain.de/ and look at the php-self there I get /index.phpindex.php . If I access the site with http://mydomain.de/index.php I get the correct /index.php .
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

