try to resolve token pb
This commit is contained in:
parent
d1bd9b4a0c
commit
671f03df98
2 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,7 @@ $opt['minRam'] = 10;
|
|||
|
||||
//Liste des images
|
||||
$images = $image->action("listImage");
|
||||
|
||||
//$images = $image->listImage();
|
||||
if(isset($images)){
|
||||
echo "Images présentes :";
|
||||
echo "</br>";
|
||||
|
|
|
@ -14,6 +14,8 @@ use OpenStack\Common\Error\BaseError;
|
|||
use OpenStack\Common\Error\NotImplementedError;
|
||||
use OpenStack\Common\Error\UserInputError;
|
||||
|
||||
include("CoreInterface.php");
|
||||
|
||||
/**
|
||||
* Image Class of the back-end application
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue