function compareURLs() compares the complete URL, including a page
site.com/something.php
But it's used in the line at about 4700 "The submitted URLs must be on the same domain",
it should be checking the domain only, if I understand it right.
site.com/something.php
But it's used in the line at about 4700 "The submitted URLs must be on the same domain",
it should be checking the domain only, if I understand it right.