phpmemadmin
phpmemadmin copied to clipboard
use http host instead of server name
$_SERVER['HTTP_HOST'] is more useful instead of $_SERVER['SERVER_NAME'] as most of the installation does not configure server_name property and uses the default configuration.