virtualhost hostc create
This commit is contained in:
parent
6bae547730
commit
ef7d996bf4
11
image.php
11
image.php
|
@ -85,6 +85,17 @@ class image extends objectStructs
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
foreach($this->annotations->roles as $RoleRow)
|
||||||
|
{
|
||||||
|
if ($RoleRow === $Role)
|
||||||
|
{
|
||||||
|
$this->Log(__FUNCTION__ . "--Image has role (found as role value and not key): $Role");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$this->Log(__FUNCTION__ . "--Image does not seem to have role as key or as value within ->roles array ");
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue