Changeset 185:afaa8fc624cd for inc/admin
- Timestamp:
- 05/06/11 17:27:08 (14 years ago)
- Branch:
- default
- Children:
- 187:b26dac2916c3, 188:91847ffb37f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/prepend.php
r172 r185 25 25 26 26 $u = str_replace(array('?','&'),array('\?','&'),$url); 27 return (!strpos($u,'&') ? 27 return (!strpos($u,'\?') ? 28 '/'.$u.'$/' : 29 (!strpos($u,'&') ? 28 30 '/'.$u.'(\?.*)?$/' : 29 '/'.$u.'(&.*)?$/') ;31 '/'.$u.'(&.*)?$/')); 30 32 } 31 33
Note: See TracChangeset
for help on using the changeset viewer.