Hotfix: CEO autopanel (v89)
--------------------------------
What it does:
- Makes `/ceo` open the FULL ceo_plus panel (prefers ceo_plus_menu over ceo_menu)
- Auto-opens CEO panel on `/start` for users listed in bot/storage/owners.json

Install:
1) Upload `bot/index.ceo_autopanel_patch.php` to your bot folder.
2) Edit `bot/index.php` and add this line very close to the top (before routing):
   ------------------------------------------------------------
   <?php
   @require_once __DIR__.'/index.ceo_autopanel_patch.php';
   // ... rest of your index.php
   ------------------------------------------------------------
3) Save & test:
   - As CEO, send `/start` → panel opens automatically.
   - Send `/ceo` → full menu (ceo_plus) opens.
