diff options
| author | Eole <josselin.35@live.fr> | 2016-01-25 22:40:54 +0100 |
|---|---|---|
| committer | Eole <josselin.35@live.fr> | 2016-01-25 22:40:54 +0100 |
| commit | e17f02814d59aeada052e52116938b34a0bb2b48 (patch) | |
| tree | c9da4788a56f31ccb15385b1db0a6c50e5693b49 /server/test.php | |
| parent | 793a61475e0045383b23ddb2357a9e632bc8679c (diff) | |
Add modules/core directory, first files
Diffstat (limited to 'server/test.php')
| -rw-r--r-- | server/test.php | 2 |
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"])); |
