own3mall 9 lat temu
rodzic
commit
a509b64934
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      modules/extras/extras.php

+ 2 - 0
modules/extras/extras.php

@@ -101,6 +101,7 @@ function installUpdate($info, $base_dir)
 			
 			if( file_exists( $web_file ) )
 			{
+				echo "/" . $web_file;
 				if(!in_array("/" . $web_file, $current_blacklist)){
 					$temp = file_get_contents($temp_file);
 					$web = file_get_contents($web_file);
@@ -240,6 +241,7 @@ function exec_ogp_module()
 			$current_blacklist[] = $blacklisted_file['file_path'];
 		}			
 	}
+	print_r($current_blacklist);
 	
 	// GitHub URL
 	$gitHubURL = $settings["custom_github_update_URL"];