try to resolve token pb

This commit is contained in:
Yoggzo 2016-03-02 13:01:51 +01:00
parent d1bd9b4a0c
commit 671f03df98
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,7 @@ $opt['minRam'] = 10;
//Liste des images //Liste des images
$images = $image->action("listImage"); $images = $image->action("listImage");
//$images = $image->listImage();
if(isset($images)){ if(isset($images)){
echo "Images présentes :"; echo "Images présentes :";
echo "</br>"; echo "</br>";

View file

@ -14,6 +14,8 @@ use OpenStack\Common\Error\BaseError;
use OpenStack\Common\Error\NotImplementedError; use OpenStack\Common\Error\NotImplementedError;
use OpenStack\Common\Error\UserInputError; use OpenStack\Common\Error\UserInputError;
include("CoreInterface.php");
/** /**
* Image Class of the back-end application * Image Class of the back-end application
* *