═══════════════════════════════════════════
  🛡️  LICENSE GUARDIAN - Installer
═══════════════════════════════════════════

✅ Database connection successful

📋 Creating tables...
  ✅ Table 'clients' created
  ✅ Table 'audit_logs' created
  ✅ Table 'admins' created

👤 Creating admin user...
  ✅ Admin user created
     Username: admin
     Password: admin123
     Hash:     $2y$10$G5ULFxfD85lkDgaxvIH6/eVY6DF2wU4VKbt785cocKAE.2.PciRva

🔑 Suggested JWT Secret (put in config.php):
     9b253d58e5c71e7d2b8d19845a2bc7784012a6b406228b4ee9cafe17f016662b

═══════════════════════════════════════════
  ✅ Installation Complete!
═══════════════════════════════════════════

⚠️  IMPORTANT:
  1. Update config.php with the JWT secret above
  2. Update the admin password hash in config.php
  3. DELETE THIS FILE (install.php) after setup!
  4. Open dashboard.html and set your server URL

📁 File structure on cPanel:
  public_html/license/
  ├── api/
  │   ├── index.php       (API router)
  │   └── .htaccess       (URL rewriting)
  ├── includes/
  │   ├── config.php      (settings)
  │   └── helpers.php     (functions)
  ├── dashboard.html      (لوحة التحكم)
  └── install.php         (⚠️ DELETE ME!)