cyberpanel/CyberCP
usmannasir 408296c51b Fix phpMyAdmin access issue for authenticated users
- Removed session validation check from phpmyadminsignin.php
- Removed PhpMyAdminAccessMiddleware from settings.py
- These changes were preventing access to phpMyAdmin even for logged-in users
- Reverts problematic authentication flow that was blocking legitimate access
2025-10-06 12:27:33 +05:00
..
SecurityLevel.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
phpmyadminMiddleware.py Add PhpMyAdmin access middleware and session check for user authentication 2025-09-15 01:39:21 +02:00
secMiddleware.py Update README and enhance error handling: Increment version to 2.4 Build 4 and add notes on PHP version management. Improve error logging across multiple modules by replacing BaseException with Exception and utilizing secure error handling methods. Ensure consistent error responses in API and middleware functions for better debugging and user feedback. 2025-09-21 20:36:12 +02:00
settings.py Fix phpMyAdmin access issue for authenticated users 2025-10-06 12:27:33 +05:00
urls.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
wsgi.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00