summaryrefslogtreecommitdiff
path: root/server/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/test.php')
-rw-r--r--server/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test.php b/server/test.php
index c5fcb59..16555e4 100644
--- a/server/test.php
+++ b/server/test.php
@@ -2,7 +2,7 @@
ini_set('display_errors', 1);
date_default_timezone_set("Europe/Paris");
require 'vendor/autoload.php';
-
+
$options = Array();
$options["user"] = Array("name"=>"admin", "password"=>"ae5or6cn", "domain"=>["id"=>"Default"]);
$options["scope"] = Array("project"=>Array("name"=>"admin", "domain"=>["id"=>"Default"]));