mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-28 18:29:05 +01:00
- Use more precise string matching to avoid partial matches - removeFromSettings: Match plugin name in quotes within INSTALLED_APPS context - removeFromURLs: Match plugin name in path() and include() patterns - Prevents false positives (e.g., 'pluginName2' matching 'pluginName') This ensures uninstall only removes the exact plugin, not similar names.