Update: 2026-05-06 03:29:45
This commit is contained in:
@@ -15,7 +15,7 @@ $email = $options['email'] ?? null;
|
||||
$phone = $options['phone'] ?? null;
|
||||
|
||||
if (!$email || !$phone) {
|
||||
die("Usage: php scripts/update_phone.php --email=feras@intaleqapp.com --phone=963992952235\n");
|
||||
die("Usage: php scripts/update_phone.php --email=your@email.com --phone=yourphone\n");
|
||||
}
|
||||
|
||||
$db = Database::getInstance();
|
||||
|
||||
Reference in New Issue
Block a user