Browse Source

Update 'Install/config.php'

Yeung Alan 5 years ago
parent
commit
e47caaf0f4
1 changed files with 0 additions and 11 deletions
  1. 0 11
      Install/config.php

+ 0 - 11
Install/config.php

@@ -1,13 +1,2 @@
 <?php return array (
 <?php return array (
-  'FQDN' => 'windows-server',
-  'admin_name' => 'newuser',
-  'admin_pwd' => '123456',
-  'step' => '3',
-  'IP' => 'DHCP',
-  'ipaddr' => '',
-  'subnet' => '',
-  'dgateway' => '',
-  'pdns' => '',
-  'sdns' => '',
-  'accesskey' => 'SMTEJ-CWTOX-XCGBY-1CYQF-FLESZ',
 );
 );