═══════════════════════════════════════════
  🛡️  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$dbauG/yR/1OmW3aFPySFROEdSiKdUuFXUqU43mjMeiuvNcHkTlYJy

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

═══════════════════════════════════════════
  ✅ 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!)