We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bb7f6 commit ae524d4Copy full SHA for ae524d4
tests/whatsapp.php
@@ -19,7 +19,6 @@ function fgets_u($pStdn)
19
20
// #### DO NOT ADD YOUR INFO AND THEN COMMIT THIS FILE! ####
21
$sender = ""; // Mobile number with country code (but without + or 00)
22
-$identity = ""; // Obtained during registration
23
$password = ""; // Password you received from WhatsApp
24
25
if ($argc < 2) {
@@ -39,7 +38,7 @@ function fgets_u($pStdn)
39
38
}
40
41
echo "[] Logging in as '$nickname' ($sender)\n";
42
-$wa = new WhatsProt($sender, $identity, $nickname, TRUE);
+$wa = new WhatsProt($sender, $nickname, TRUE);
43
44
$wa->connect();
45
$wa->loginWithPassword($password);
0 commit comments