Changeset 859:cbc483970765 for inc/admin/prepend.php
- Timestamp:
- 08/01/12 17:03:51 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/prepend.php
r821 r859 37 37 function dc_prepare_url($url) { 38 38 39 $u = str_replace(array('?','&' ),array('\?','&'),$url);39 $u = str_replace(array('?','&','/'),array('\?','&','\\/'),$url); 40 40 return (!strpos($u,'\?') ? 41 41 '/'.$u.'$/' :
Note: See TracChangeset
for help on using the changeset viewer.