If you want to prevent your customers from importing sites from SiteBuilder 4.5 hosting accounts, you can remove the Import Site from SiteBuilder 4.5 button from the editor. This can be done by adding a line to the configuration file /usr/local/sb/config.

To make the site import functionality unavailable to users:

  1. On the hosting server, open the configuration file /usr/local/sb/config.

  2. In the [general] section of the file, add the following line:

    show_import_site_button = 0
    
  3. Save the file.