Default country when creating new client?

Discussion in 'Installation/Configuration' started by thanatos2k, Aug 14, 2010.

  1. thanatos2k

    thanatos2k New Member

    Where can I change the default country when creating a new client?
     
  2. Wojtek1

    Wojtek1 New Member

    look in this file /usr/local/ispconfig/interface/web/client/form/client.tform.php
     
  3. thanatos2k

    thanatos2k New Member

    Thanks, that did it! :D
     
  4. andrewlorien

    andrewlorien New Member

    specifically, edit the 'default' line in the 'country' array:

     
  5. ITI

    ITI Member

    For some reason ISPconfig seems to think that the language for Canada (CA) is french.
    To select Canada as the default country comment out the language check.
    'default' => 'CA', // (isset($conf['language']) ? strtoupper($conf['language']) : ''), // the language "CA" if selected is french
     

Share This Page