(Caronte Pcode version 2.0)
Load all the local domains config from disk.
Example.
CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);
int Main(CAdminRequest pRequest, CAdminResponse pResponse) { this->LoadDomainsConfig();
return 0;
}