Added another number in Voicecallhistory addContractIds
This commit is contained in:
@@ -131,6 +131,7 @@ class VoiceCallHistoryController extends mfBaseController {
|
||||
"^43318255088$",
|
||||
"^433452853656$",
|
||||
"^4312661274381$",
|
||||
"^4334528682432$",
|
||||
];
|
||||
|
||||
$unknown_numbers = [];
|
||||
|
||||
@@ -15,6 +15,7 @@ $me = new User(1);
|
||||
|
||||
define("INTERNAL_USER_ID", $me->id);
|
||||
define("INTERNAL_USER_USERNAME", $me->username);
|
||||
define("MFBASE_BYPASS_LOGIN", true);
|
||||
|
||||
$vchc = new VoiceCallHistoryController(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user