59eb5d5e9a
Problem: - Script showed errors: print_info: command not found, command_exists: command not found - system-detect.sh and other libraries depend on common-functions.sh - php-optimizer.sh was not sourcing common-functions.sh Fix: - Added common-functions.sh as first library to source - Reordered library loading: common-functions → system-detect → user-manager → php-detector → php-analyzer → php-config-manager Result: - All functions now available - Script loads without errors - Menu displays correctly