]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/frametester.php
Moved surfbar-related functions, unnessary array element removed
[mailer.git] / inc / modules / frametester.php
index e9fe5042261253f9bc8efec937327a3d65e970e7..fa5f8dc9b0556b73004dcb04025e97c802b30781 100644 (file)
@@ -76,7 +76,7 @@ if (isGetRequestParameterSet('order')) {
 
 if ((isPostRequestParameterSet('url')) || (isGetRequestParameterSet('url')) || (isGetRequestParameterSet('frame'))) {
        // Default URL is ours
-       $url = getConfig('URL');
+       $url = getUrl();
 
        // Use URL from POST or GET data if set
        if (isPostRequestParameterSet('url')) {