Changeset 1688:4491482ebb64
- Timestamp:
- 09/01/13 20:37:08 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.xmlrpc.php
r1687 r1688 1648 1648 throw new Exception(__('No valid target URL provided? Try again!'), 0); 1649 1649 } 1650 1651 $from_url = html::sanitizeURL(urldecode($from_url)); 1652 $to_url = html::sanitizeURL(urldecode($to_url)); 1653 if ($from_url == $to_url) { 1650 1651 if (html::sanitizeURL(urldecode($from_url)) == html::sanitizeURL(urldecode($to_url))) { 1654 1652 throw new Exception(__('LOL!'), 0); 1655 1653 }
Note: See TracChangeset
for help on using the changeset viewer.