diff options
| author | yogg@epsina.com <evan.pisani@etudiant.univ-rennes1.fr> | 2016-01-31 19:57:05 +0100 |
|---|---|---|
| committer | yogg@epsina.com <evan.pisani@etudiant.univ-rennes1.fr> | 2016-01-31 19:57:05 +0100 |
| commit | e2dacb129e75111559a6f16252009b031c2baeb4 (patch) | |
| tree | 1dafd884d00a8a7a9477b8629df8a64b8ad134cf /server/test.php | |
| parent | 8ad2a0aacd280ec29a6b53e7663b968068f89ab9 (diff) | |
Modification of options for update_image
Diffstat (limited to 'server/test.php')
| -rw-r--r-- | server/test.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/server/test.php b/server/test.php index 47d780b..d7ee6f6 100644 --- a/server/test.php +++ b/server/test.php @@ -85,11 +85,7 @@ foreach ($list as $l) { /* $opt_update = Array(); -$opt_update['name'] = "TestUpdate"; -$opt_update['visibility'] = 'public'; -$opt_update['minDisk'] = 1; -$opt_update['protected'] = false; -$opt_update['minRam'] = 15; +$opt_update['name'] = "Test"; $update = $image->update_image($id_image, $opt_update); echo $update->name; |
