Changeset 321:7b94c89bafa4
- Timestamp:
- 06/01/11 14:31:03 (14 years ago)
- Branch:
- 2.3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r270 r321 270 270 } else { 271 271 $prof_url = http::getSelfURI(); 272 $prof_url .= (strpos($prof_url,'?') === false) ? '?' : '& amp;';272 $prof_url .= (strpos($prof_url,'?') === false) ? '?' : '&'; 273 273 $prof_url .= 'XDEBUG_PROFILE'; 274 $res .= '<p><a href="'. $prof_url.'">Trigger profiler</a></p>';274 $res .= '<p><a href="'.html::escapeURL($prof_url).'">Trigger profiler</a></p>'; 275 275 } 276 276
Note: See TracChangeset
for help on using the changeset viewer.