roles
This commit is contained in:
parent
6bae547730
commit
17a51ec3ba
|
@ -130,6 +130,8 @@ class podmanImageManager implements podmanImageManagerInterface
|
||||||
$Image = new image( array('name'=>$ImageNameComplete, 'imageBasic'=>$ImageRaw, 'imageConfig'=>$ImageConfigRaw));
|
$Image = new image( array('name'=>$ImageNameComplete, 'imageBasic'=>$ImageRaw, 'imageConfig'=>$ImageConfigRaw));
|
||||||
if ($Image)
|
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 )
|
if ($imageTag === $tag )
|
||||||
return $Image;
|
return $Image;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue