FluxCP
FluxCP copied to clipboard
(FIX) deprecated messages and minor bugs
Changes proposed in this Pull Request:
- Update Readme
- Fixed deprecated warnings
- Removed some unnecessary whitespace
- Fixed issues in the monster module
Fixes
PHP and Readme
- Updated Readme minimum PHP version to 7.0 due to usage of the null coalescing operator (??).
- Fixed deprecated warnings in PHP 8.2 related to strtolower, trim, and ctype functions.
Monster module:
- Fixed MVP search with "no" option, which previously failed by comparing to 0 instead of checking for null.
- Added support for renewal tables to allow searching for custom monsters.