X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_check.php;h=e266ccb6324844dc4d9153e6f6c1bbea1ca113b6;hb=80e2def8ef2125fd4d7d1312ee3993ab613f0846;hp=62eca499eef0f77d7aacbcc5cf02603486b2236c;hpb=43885129ac24cee5545a8a5ad51e90aa182fdf46;p=mailer.git diff --git a/inc/modules/admin/what-theme_check.php b/inc/modules/admin/what-theme_check.php index 62eca499ee..e266ccb632 100644 --- a/inc/modules/admin/what-theme_check.php +++ b/inc/modules/admin/what-theme_check.php @@ -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]")) @@ -64,7 +64,7 @@ if (($response[sizeof($response) - 1] == "[EOF]") && ($response[0] != "[EOF]")) // Get count of theme_check for validation $count = trim($response[sizeof($response) - 2]); - foreach ($response as $idx=>$value) + foreach ($response as $idx => $value) { $value = str_replace("\n", "", $value); $ver = ""; @@ -82,7 +82,7 @@ if (($response[sizeof($response) - 1] == "[EOF]") && ($response[0] != "[EOF]")) if (empty($cver)) $cver = "-.-"; // Is the extension already installed or not? - if (((SQL_NUMROWS($result) == 0) && (!file_exists($file))) || ($ver != $cver)) { + if (((SQL_NUMROWS($result) == 0) && (!FILE_READABLE($file))) || ($ver != $cver)) { // No, it isn't. So let's add this one! $THEMES['fname'][] = $name; $THEMES['fsize'][] = $response[$idx + 1]; @@ -95,7 +95,7 @@ if (($response[sizeof($response) - 1] == "[EOF]") && ($response[0] != "[EOF]")) $INFO = ADMIN_EXT_NO_INFO_FOUND; // Trim every data line - foreach ($LANG_DUMMY as $k=>$v) { + foreach ($LANG_DUMMY as $k => $v) { $v = trim($v); if (substr($v, 3) == "") $v = "---"; $LANG_DUMMY[$k] = $v; @@ -121,7 +121,7 @@ if (($response[sizeof($response) - 1] == "[EOF]") && ($response[0] != "[EOF]")) // Extensions where found which are not downloaded and installed $SW = 2; $OUT = ""; $TSIZE = 0; - foreach ($THEMES['fname'] as $idx=>$name) { + foreach ($THEMES['fname'] as $idx => $name) { // Generate download link $LINK = SERVER_URL."/themes/theme-".$name.".zip"; $OUT .= "