MXCHANGE_OPEN() rewritten to GET_URL(), POST_URL() and SEND_RAW_REQUEST()
[mailer.git] / inc / modules / admin / what-theme_check.php
index 62eca499eef0f77d7aacbcc5cf02603486b2236c..acef17b946a8c423c421a6a1943709ea726bdcb7 100644 (file)
@@ -47,7 +47,7 @@ $mode = "overview";
 $SEL = "0";
 
 // Get response from our server
-$response = MXCHANGE_OPEN("check-themes.php");
+$response = GET_URL("check-themes.php");
 
 // Are theme_check found?
 if (($response[sizeof($response) - 1] == "[EOF]") && ($response[0] != "[EOF]"))