roles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user