Ticket #804 (closed enhancement: invalid)
PHP popups
| Reported by: | BeeVee | Owned by: | gogo |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I think it will be useful to allow PHP popups, not only HTML.
This code adds .html extension to every popup without it. htmlarea.js, row 6015: if ( ! ( /\.html$/.test(popup) ) ) {
popup += ".html";
}
I propose to change this into: if ( ! ( /\.(html|php)$/.test(popup) ) ) {
popup += ".html";
}
Change History
Note: See
TracTickets for help on using
tickets.
