MXCHANGE_OPEN() rewritten to GET_URL(), POST_URL() and SEND_RAW_REQUEST()
[mailer.git] / inc / modules / admin / admin-inc.php
index 6b22d9ba5d27b5e164dedcc90a79a449e0fca28c..0534befa518cde1010f7375536ab3012f14cb605 100644 (file)
@@ -902,7 +902,7 @@ function ADMIN_TEST_PROXY_SETTINGS ($settingsArray) {
        $_CONFIG = array_merge($_CONFIG, $settingsArray);
 
        // Now get the test URL
-       $content = MXCHANGE_OPEN("check-updates2.php");
+       $content = GET_URL("check-updates2.php");
 
        // Is the first line with "200 OK"?
        $valid = eregi("200 OK", $content[0]);