Added Add Node capability

This commit is contained in:
Deon George
2014-10-28 16:33:15 +11:00
parent 83a2c85a25
commit 80c8971a46
11 changed files with 218 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
return array
(
'node_create' => array(
'PASSEXP'=>90,
'PASSWORD'=>'ch@ng3Me!',
'DOMAIN_NAME'=>'IDPR_DEMO',
'COMPRESSION'=>'Client',
'ARCHDELETE'=>'YES',
'BACKDELETE'=>'YES',
'OPTION_SET'=>'DEMO',
'DEDUPLICATION'=>'Client',
'USERID'=>'NONE',
'FORCEPWRESET'=>'YES',
),
);