Question
help with allowed domains
//domains list
this.domainList = new Array("http://www.domain.com","http://domaint.com");
this.domainVerify=false;
this.domainLength = this.domainList.length;
application.users_list = SharedObject.get("users_list", false);
this.list = {};
};
Can i ask you guys how should be this script to allow all domain without any restrictions
