this-> LoadALWL

(Caronte Pcode version 2.0)

Description

void this->LoadALWL ();

Load the auto light white list database from disk .

Example.

Source:

 

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{

this->LoadALWL();

return 0;

}