This commit is contained in:
sbyrd 2020-12-17 22:27:46 -05:00
parent 6bae547730
commit 17a51ec3ba
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ class podmanImageManager implements podmanImageManagerInterface
$Image = new image( array('name'=>$ImageNameComplete, 'imageBasic'=>$ImageRaw, 'imageConfig'=>$ImageConfigRaw));
if ($Image)
{
file_put_contents('/var/www/vhosts/whmcsbeta.u2-web.com/httpdocs/modules/servers/iniApp_WHMCS/log.txt', "image: ".print_r($Image,true), FILE_APPEND);
if ($imageTag === $tag )
return $Image;
}