Update: 2026-05-06 03:29:45

This commit is contained in:
Hamza-Ayed
2026-05-06 03:29:45 +03:00
parent c8fef468aa
commit 79274ce72f
2 changed files with 13 additions and 1 deletions

View File

@@ -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();